]> git.tdb.fi Git - libs/gl.git/blobdiff - source/tests.h
Support collectionless loading of Technique and RenderPass
[libs/gl.git] / source / tests.h
index 0fa05b46562abc36c5bce18d68ab88d732adea52..b906c0cec2afada2ba5ebb36adcf7ef53ede89a8 100644 (file)
@@ -8,9 +8,8 @@ Distributed under the LGPL
 #ifndef MSP_GL_TESTS_H_
 #define MSP_GL_TESTS_H_
 
-#include <GL/gl.h>
+#include "gl.h"
 #include "predicate.h"
-#include "types.h"
 
 namespace Msp {
 namespace GL {
@@ -22,7 +21,7 @@ enum
        DEPTH_TEST   = GL_DEPTH_TEST
 };
 
-void scissor(int left, int bottom, sizei width, sizei height);
+void scissor(int left, int bottom, unsigned width, unsigned height);
 
 void alpha_func(Predicate func, float ref);