Remove bSupportsGLSLLocation since it won't work how I expect it.

This commit is contained in:
Ryan Houdek 2011-12-09 19:14:02 -06:00
parent 4fe9792760
commit e8087aa1a9
6 changed files with 26 additions and 76 deletions

View file

@ -92,7 +92,7 @@ namespace OGL
glAttachShader(entry.program.glprogid, entry.program.psid);
glLinkProgram(entry.program.glprogid);
glUseProgram(entry.program.glprogid);