File: testesext.c

package info (click to toggle)
khronos-api 4.6%2Bgit20180514-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,484 kB
  • sloc: xml: 52,871; python: 1,715; makefile: 50; ansic: 23; php: 15; sh: 3
file content (14 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*% 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