mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-17 11:19:41 -06:00
Remove bSupportsGLSLLocation since it won't work how I expect it.
This commit is contained in:
@ -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