mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove bSupportsGLSLLocation since it won't work how I expect it.
This commit is contained in:

committed by
Sonicadvance1

parent
4a84c6f742
commit
2fbca145cb
@ -92,7 +92,7 @@ namespace OGL
|
||||
glAttachShader(entry.program.glprogid, entry.program.psid);
|
||||
|
||||
glLinkProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
glUseProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user