mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
Lay base for OpenGL ES support
This commit is contained in:

committed by
Rayyan Ansari

parent
3fad5dcbbb
commit
ea00d69866
@ -1064,7 +1064,6 @@ void ScreenPanelGL::initializeGL()
|
||||
GLuint pid = screenShader->programId();
|
||||
glBindAttribLocation(pid, 0, "vPosition");
|
||||
glBindAttribLocation(pid, 1, "vTexcoord");
|
||||
glBindFragDataLocation(pid, 0, "oColor");
|
||||
|
||||
screenShader->link();
|
||||
|
||||
|
Reference in New Issue
Block a user