]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/primitivetype.h
Add tessellation shader support to the engine
[libs/gl.git] / source / core / primitivetype.h
index 0c566f895b6d5cbd02a3b74060729637520322f0..ae9be607e006d4fc742bff379ce3716239ab0e22 100644 (file)
@@ -13,7 +13,8 @@ enum PrimitiveType
        LINE_STRIP,
        TRIANGLES,
        TRIANGLE_STRIP,
-       TRIANGLE_FAN
+       TRIANGLE_FAN,
+       PATCHES
 };
 
 void operator>>(const LexicalConverter &, PrimitiveType &);