]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/blend.h
Completely hide OpenGL from the public headers
[libs/gl.git] / source / core / blend.h
index 986844c0e6a7e1f2caa15249a8c7d8531bd4bf09..ad7ba241bd1b1028e7e1bea45b5477f6b66245f6 100644 (file)
@@ -4,7 +4,6 @@
 #include <msp/datafile/objectloader.h>
 #include <msp/strings/lexicalcast.h>
 #include "color.h"
-#include "gl.h"
 
 namespace Msp {
 namespace GL {
@@ -63,8 +62,8 @@ struct Blend
        Blend(BlendEquation, BlendFactor, BlendFactor);
 };
 
-GLenum get_gl_blend_equation(BlendEquation);
-GLenum get_gl_blend_factor(BlendFactor);
+unsigned get_gl_blend_equation(BlendEquation);
+unsigned get_gl_blend_factor(BlendFactor);
 
 void operator>>(const LexicalConverter &, BlendEquation &);
 void operator<<(LexicalConverter &, BlendEquation);