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
@@ -26,6 +26,7 @@ namespace opengl
void attach();
static void detach();
static std::string getGLSLVersion();
static bool isSupported();
void sendFloat(const std::string& name, int size, const GLfloat* vec, int count);