X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.h;h=ae9be607e006d4fc742bff379ce3716239ab0e22;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hp=0c566f895b6d5cbd02a3b74060729637520322f0;hpb=66e4a4d23d114e49743af89e06dee8bdc6f1fbde;p=libs%2Fgl.git diff --git a/source/core/primitivetype.h b/source/core/primitivetype.h index 0c566f89..ae9be607 100644 --- a/source/core/primitivetype.h +++ b/source/core/primitivetype.h @@ -13,7 +13,8 @@ enum PrimitiveType LINE_STRIP, TRIANGLES, TRIANGLE_STRIP, - TRIANGLE_FAN + TRIANGLE_FAN, + PATCHES }; void operator>>(const LexicalConverter &, PrimitiveType &);