X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.h;h=ae9be607e006d4fc742bff379ce3716239ab0e22;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hp=cbcb187c942739a6958db9f179e42b90573395bc;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328;p=libs%2Fgl.git diff --git a/source/core/primitivetype.h b/source/core/primitivetype.h index cbcb187c..ae9be607 100644 --- a/source/core/primitivetype.h +++ b/source/core/primitivetype.h @@ -11,17 +11,17 @@ enum PrimitiveType POINTS, LINES, LINE_STRIP, - LINE_LOOP, TRIANGLES, TRIANGLE_STRIP, - TRIANGLE_FAN + TRIANGLE_FAN, + PATCHES }; -unsigned get_gl_primitive_type(PrimitiveType); - void operator>>(const LexicalConverter &, PrimitiveType &); } // namespace GL } // namespace Msp +#include "primitivetype_backend.h" + #endif