1.1 --- a/include/SDL_opengles.h Mon Mar 23 05:37:45 2009 +0000
1.2 +++ b/include/SDL_opengles.h Tue Mar 24 10:33:12 2009 +0000
1.3 @@ -962,6 +962,12 @@
1.4 const GLvoid * pointer);
1.5 #endif
1.6
1.7 +/* GL_OES_query_matrix */
1.8 +#ifndef GL_OES_query_matrix
1.9 +#define GL_OES_query_matrix 1
1.10 + GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
1.11 +#endif /* GL_OES_query_matrix */
1.12 +
1.13 /* GL_OES_point_sprite */
1.14 #ifndef GL_OES_point_sprite
1.15 #define GL_OES_point_sprite 1