SDL_opengles.h 182 B

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