remove QUADS from GLBackendShared and Format

This commit is contained in:
ZappoMan 2015-08-01 17:26:38 -07:00
parent 771ce6dca3
commit 493836e363
2 changed files with 0 additions and 7 deletions

View file

@ -213,11 +213,6 @@ enum Primitive {
TRIANGLES,
TRIANGLE_STRIP,
TRIANGLE_FAN,
// FIXME - remove these
QUADS,
QUAD_STRIP,
NUM_PRIMITIVES,
};

View file

@ -23,8 +23,6 @@ static const GLenum _primitiveToGLmode[gpu::NUM_PRIMITIVES] = {
GL_TRIANGLES,
GL_TRIANGLE_STRIP,
GL_TRIANGLE_FAN,
GL_QUADS,
GL_QUAD_STRIP,
};
static const GLenum _elementTypeToGLType[gpu::NUM_TYPES] = {