X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.h;h=ae9be607e006d4fc742bff379ce3716239ab0e22;hp=0c566f895b6d5cbd02a3b74060729637520322f0;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hpb=29fe33d3dde1df0e11c741b0c02af2f33b685571 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 &);