Add GLSL version number check to PixelEffect::isSupported()

This commit is contained in:
vrld
2011-10-26 21:17:40 +02:00
parent f296fbb903
commit cd66b01da3
3 changed files with 20 additions and 3 deletions
@@ -93,7 +93,6 @@ namespace opengl
int w_getRenderTarget(lua_State * L);
int w_setPixelEffect(lua_State * L);
int w_isSupported(lua_State * L);
int w_getGLSLVersion(lua_State * L);
int w_draw(lua_State * L);
int w_drawq(lua_State * L);
int w_drawTest(lua_State * L);