X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FOGLES2FragmentShaders.h;fp=source%2Fgles2rice%2Fsrc%2FOGLES2FragmentShaders.h;h=2245cb0d5977ebce19631fc7cba9367d6962243e;hp=70b97cfba54b71e27e86af9b4aef08b3e5eaa4f7;hb=6c7533683f3b805c127b433aa5a7c8b1ce0c775b;hpb=f8c31034f942f1361d0435c01fda7c0f4a7231a0 diff --git a/source/gles2rice/src/OGLES2FragmentShaders.h b/source/gles2rice/src/OGLES2FragmentShaders.h index 70b97cf..2245cb0 100755 --- a/source/gles2rice/src/OGLES2FragmentShaders.h +++ b/source/gles2rice/src/OGLES2FragmentShaders.h @@ -45,6 +45,14 @@ typedef struct { GLint FogColorLocation; GLint FogMinMaxLocation; + float PrimColors[4]; + float EnvColors[4]; + float PrimLODFrac; + float EnvLODFrac; + float AlphaRef; + float FogColors[4]; + float FogMin; + float FogMax; } OGLShaderCombinerSaveType; @@ -87,6 +95,9 @@ private: bool bFogState; bool bFogPreviousState; + void UseProgram(GLuint program); + GLuint currentProgram; + #ifdef DEBUGGER void DisplaySimpleMuxString(void); #endif