]> git.tdb.fi Git - libs/gl.git/blobdiff - source/ext_blend_minmax.h
Complete rewrite of extension handling
[libs/gl.git] / source / ext_blend_minmax.h
diff --git a/source/ext_blend_minmax.h b/source/ext_blend_minmax.h
new file mode 100644 (file)
index 0000000..5ca1a58
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef MSP_GL_EXT_BLEND_MINMAX_
+#define MSP_GL_EXT_BLEND_MINMAX_
+
+#include "extension.h"
+#include "gl.h"
+#include <GL/glext.h>
+
+namespace Msp {
+namespace GL {
+
+extern PFNGLBLENDEQUATIONPROC glBlendEquation;
+
+extern Extension EXT_blend_minmax;
+
+} // namespace GL
+} // namespace Msp
+
+#endif