]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/primitivetype.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / primitivetype.h
index 4b6a1a3eeb6cdc2130cabdf5824deab599e642d8..ae9be607e006d4fc742bff379ce3716239ab0e22 100644 (file)
@@ -11,10 +11,10 @@ enum PrimitiveType
        POINTS,
        LINES,
        LINE_STRIP,
-       LINE_LOOP,
        TRIANGLES,
        TRIANGLE_STRIP,
-       TRIANGLE_FAN
+       TRIANGLE_FAN,
+       PATCHES
 };
 
 void operator>>(const LexicalConverter &, PrimitiveType &);