diff options
Diffstat (limited to 'make/stub_includes/opengl/gles3.c')
-rw-r--r-- | make/stub_includes/opengl/gles3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/gles3.c b/make/stub_includes/opengl/gles3.c index 437d61a60..94728cd9c 100644 --- a/make/stub_includes/opengl/gles3.c +++ b/make/stub_includes/opengl/gles3.c @@ -5,7 +5,7 @@ // "gl2ext.h" and "gl3ext.h" are parsed. #define GL_GLEXT_PROTOTYPES -#include <GLES3/gl31.h> +#include <GLES3/gl3x.h> #include <GLES3/gl3ext.h> /** Shared between ES2 and ES3 .. */ |