X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.h;h=ae9be607e006d4fc742bff379ce3716239ab0e22;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hp=4b6a1a3eeb6cdc2130cabdf5824deab599e642d8;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/core/primitivetype.h b/source/core/primitivetype.h index 4b6a1a3e..ae9be607 100644 --- a/source/core/primitivetype.h +++ b/source/core/primitivetype.h @@ -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 &);