]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stencil.h
Bind ProgramData to a Program upon construction
[libs/gl.git] / source / stencil.h
index 6efb057776365cc2b8122d4e030687b21306be02..30ad2570b40ba1207a079eed07684a05de4dcda0 100644 (file)
@@ -8,9 +8,8 @@ Distributed under the LGPL
 #ifndef MSP_GL_STENCIL_H_
 #define MSP_GL_STENCIL_H_
 
-#include <GL/gl.h>
+#include "gl.h"
 #include "predicate.h"
-#include "types.h"
 
 namespace Msp {
 namespace GL {
@@ -32,7 +31,7 @@ enum StencilOp
        DECR_WRAP = GL_DECR_WRAP
 };
 
-void stencil_func(Predicate func, int ref, uint mask);
+void stencil_func(Predicate func, int ref, unsigned mask);
 void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass);
 
 } // namespace GL