build
[mupen64plus-pandora.git] / source / gles2rice / src / osal_opengl.h
index 5fd341c..3a7a78d 100755 (executable)
 
 
 #elif SDL_VIDEO_OPENGL_ES2
-#include <SDL_opengles2.h>
+//#include <SDL_opengles2.h>
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
 #define GLSL_VERSION "100"
 
 // Extension names
@@ -51,6 +54,7 @@
 #define VS_COLOR                            1
 #define VS_TEXCOORD0                        2
 #define VS_TEXCOORD1                        3
+#define VS_FOG                              4
 
 // Constant substitutions
 #define GL_CLAMP                            GL_CLAMP_TO_EDGE