]> git.tdb.fi Git - libs/gl.git/blob - source/ext_blend_minmax.h
Complete rewrite of extension handling
[libs/gl.git] / source / ext_blend_minmax.h
1 #ifndef MSP_GL_EXT_BLEND_MINMAX_
2 #define MSP_GL_EXT_BLEND_MINMAX_
3
4 #include "extension.h"
5 #include "gl.h"
6 #include <GL/glext.h>
7
8 namespace Msp {
9 namespace GL {
10
11 extern PFNGLBLENDEQUATIONPROC glBlendEquation;
12
13 extern Extension EXT_blend_minmax;
14
15 } // namespace GL
16 } // namespace Msp
17
18 #endif