Initial commit - some engine bugs stopping compiling
This commit is contained in:
17
third-party/glad/test/c/compile/gl/alias/001/test.c
vendored
Normal file
17
third-party/glad/test/c/compile/gl/alias/001/test.c
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Full compatibility GL, with aliasing
|
||||
*
|
||||
* GLAD: $GLAD --out-path=$tmp --api="gl:compatibility" c --loader --alias
|
||||
* COMPILE: $GCC $test -o $tmp/test -I$tmp/include $tmp/src/gl.c -ldl
|
||||
* RUN: $tmp/test
|
||||
*/
|
||||
|
||||
#include <glad/gl.h>
|
||||
|
||||
#ifndef GL_KHR_debug
|
||||
#error
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user