X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2Fosal_opengl.h;h=3a7a78deb3284c2ac0932bc97b169a80aa111391;hb=702827912796e8f45d2fcb379255cb7b2cadc579;hp=5fd341cc7a6fa4cb94d01b6a4c566d598b6e9ea6;hpb=292f9317f53c38c181439013be7276f86517fd6b;p=mupen64plus-pandora.git diff --git a/source/gles2rice/src/osal_opengl.h b/source/gles2rice/src/osal_opengl.h index 5fd341c..3a7a78d 100755 --- a/source/gles2rice/src/osal_opengl.h +++ b/source/gles2rice/src/osal_opengl.h @@ -39,7 +39,10 @@ #elif SDL_VIDEO_OPENGL_ES2 -#include +//#include +#include +#include + #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