]> git.tdb.fi Git - libs/gl.git/blobdiff - source/nv_primitive_restart.h
Support different data types in Batch
[libs/gl.git] / source / nv_primitive_restart.h
diff --git a/source/nv_primitive_restart.h b/source/nv_primitive_restart.h
new file mode 100644 (file)
index 0000000..b1ff5e1
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef MSP_GL_NV_PRIMITIVE_RESTART_
+#define MSP_GL_NV_PRIMITIVE_RESTART_
+
+#include "gl.h"
+#include <GL/glext.h>
+
+namespace Msp {
+namespace GL {
+
+extern PFNGLPRIMITIVERESTARTNVPROC glPrimitiveRestartNV;
+extern PFNGLPRIMITIVERESTARTINDEXNVPROC glPrimitiveRestartIndexNV;
+
+void init_nv_primitive_restart();
+
+} // namespace GL
+} // namespace Msp
+
+#endif