]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/sampler.h
Completely hide OpenGL from the public headers
[libs/gl.git] / source / core / sampler.h
index 852c971003359bb7d0f0341dd97becef7242017d..b2011d3bed3db8dc7631fc3224c37c6011d39c3f 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <msp/datafile/objectloader.h>
 #include "color.h"
-#include "gl.h"
 #include "predicate.h"
 
 namespace Msp {
@@ -159,8 +158,8 @@ public:
 
 
 bool is_mipmapped(TextureFilter);
-GLenum get_gl_filter(TextureFilter);
-GLenum get_gl_wrap(TextureWrap);
+unsigned get_gl_filter(TextureFilter);
+unsigned get_gl_wrap(TextureWrap);
 
 void operator>>(const LexicalConverter &, TextureFilter &);
 void operator>>(const LexicalConverter &, TextureWrap &);