]> git.tdb.fi Git - libs/gl.git/blobdiff - source/primitivetype.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / primitivetype.h
index 52a6e8754f733c2273440a3dd42cd7c3736100cc..8e33b1da141fc6cfabfc473329c9e73bb71f3607 100644 (file)
@@ -15,10 +15,7 @@ enum PrimitiveType
        LINE_LOOP      = GL_LINE_LOOP,
        TRIANGLES      = GL_TRIANGLES,
        TRIANGLE_STRIP = GL_TRIANGLE_STRIP,
-       TRIANGLE_FAN   = GL_TRIANGLE_FAN,
-       QUADS          = GL_QUADS,
-       QUAD_STRIP     = GL_QUAD_STRIP,
-       POLYGON        = GL_POLYGON
+       TRIANGLE_FAN   = GL_TRIANGLE_FAN
 };
 
 void operator>>(const LexicalConverter &, PrimitiveType &);