changeset 3099 | 82e60908fab1 |
parent 3087 | 0b6f51c29267 |
child 3117 | 39da34152ad6 |
--- a/include/SDL_opengles.h Mon Mar 23 05:37:45 2009 +0000 +++ b/include/SDL_opengles.h Tue Mar 24 10:33:12 2009 +0000 @@ -962,6 +962,12 @@ const GLvoid * pointer); #endif +/* GL_OES_query_matrix */ +#ifndef GL_OES_query_matrix +#define GL_OES_query_matrix 1 + GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]); +#endif /* GL_OES_query_matrix */ + /* GL_OES_point_sprite */ #ifndef GL_OES_point_sprite #define GL_OES_point_sprite 1