Initial commit - some engine bugs stopping compiling
This commit is contained in:
13
third-party/glad/test/c/compile/gles1/on-demand/002/test.c
vendored
Normal file
13
third-party/glad/test/c/compile/gles1/on-demand/002/test.c
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Full on demand GLES1 with loader
|
||||
*
|
||||
* GLAD: $GLAD --out-path=$tmp --api="gles1,egl" c --on-demand --loader
|
||||
* COMPILE: $GCC $test -o $tmp/test -I$tmp/include $tmp/src/gles1.c $tmp/src/egl.c -ldl
|
||||
* RUN: $tmp/test
|
||||
*/
|
||||
|
||||
#include <glad/gles1.h>
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user