diff options
Diffstat (limited to 'opengl/libs/GLES_CM/gl.cpp')
-rw-r--r-- | opengl/libs/GLES_CM/gl.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/opengl/libs/GLES_CM/gl.cpp b/opengl/libs/GLES_CM/gl.cpp index 12c3a07..0057168 100644 --- a/opengl/libs/GLES_CM/gl.cpp +++ b/opengl/libs/GLES_CM/gl.cpp @@ -101,6 +101,7 @@ void glVertexPointerBounds(GLint size, GLenum type, extern "C" { #include "gl_api.in" +#include "glext_api.in" } #undef API_ENTRY @@ -109,8 +110,8 @@ extern "C" { /* - * These GL calls are special because they need to EGL to retrieve some - * informations before they can execute. + * These GL calls are special because they need to call into EGL to retrieve + * some informations before they can execute. */ |