• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*% cc -I. -I../api -I../../../../../registry/trunk/egl/api/ -c % ; rm testesext.o
2  *
3  * Test to make sure gl3.h builds properly.
4  * Will also use SVN internal versions of gl3platform.h
5  * and khrplatform.h (if needed) (via GLES and KHR symlinks into
6  * appropriate parts of the tree).
7  */
8 #define GL_GLEXT_PROTOTYPES
9 #include "GLES3/gl31.h"
10 #include "GLES2/gl2ext.h"
11 
12 #if GL_NV_non_square_matrices != 1
13 #error "No extension GL_NV_non_square_matrices!"
14 #endif
15