blob: 2544c7bdea714728c129de054fd2a0e2b6b4e637 [file] [log] [blame]
/*% cc -I. -I.. -I../../../../../registry/trunk/egl/api/ -c % ; rm testext.o
*
* Test to make sure gl3.h builds properly.
* Will also use SVN internal versions of gl3platform.h
* and khrplatform.h (if needed) (via GLES and KHR symlinks into
* appropriate parts of the tree).
*/
#define GL_GLEXT_PROTOTYPES
#include "GLES3/gl31.h"
#include "GLES2/gl2ext.h"
#if GL_NV_non_square_matrices != 1
#error "No extension GL_NV_non_square_matrices!"
#endif