aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gles3.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-10-07 11:09:32 +0200
committerSven Gothel <[email protected]>2015-10-07 11:09:32 +0200
commitac12471cf29ad64364e85815fb3294b20fc81808 (patch)
tree43d0db796218fd0fcde107c2683459d7acd61beb /make/stub_includes/opengl/gles3.c
parente984e8f9b4d325c0cd3e1e9852c188ddea9c679b (diff)
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: Update Khronos Headers
Diffstat (limited to 'make/stub_includes/opengl/gles3.c')
-rw-r--r--make/stub_includes/opengl/gles3.c2
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 .. */