SDL_opengles2.h 186 B

12345678910111213
  1. #ifdef __IPHONEOS__
  2. #include <OpenGLES/ES2/gl.h>
  3. #include <OpenGLES/ES2/glext.h>
  4. #else
  5. #include <GLES2/gl2.h>
  6. #include <GLES2/gl2ext.h>
  7. #endif
  8. #ifndef APIENTRY
  9. #define APIENTRY
  10. #endif