mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-02 22:01:31 -05: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