mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-04 17:32:47 +00:00
Remove bSupportsGLSLLocation since it won't work how I expect it.
This commit is contained in:
parent
4a84c6f742
commit
2fbca145cb
6 changed files with 26 additions and 76 deletions
|
@ -92,7 +92,7 @@ namespace OGL
|
|||
glAttachShader(entry.program.glprogid, entry.program.psid);
|
||||
|
||||
glLinkProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
glUseProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue