File: testesext.c

package info (click to toggle)
khronos-api 4.6%2Bgit20220505-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,508 kB
  • sloc: xml: 50,744; python: 1,681; makefile: 51; ansic: 23; php: 18; sh: 3
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*% cc -I. -I../api -I../../../../../registry/trunk/egl/api/ -c % ; rm testesext.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