mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Update
This commit is contained in:
parent
341d0f9998
commit
b12367c781
@ -581,7 +581,7 @@ void rglGetProgramInfoLog(GLuint shader, GLsizei maxLength,
|
||||
|
||||
GLboolean rglIsProgram(GLuint program)
|
||||
{
|
||||
glIsProgram(program);
|
||||
return glIsProgram(program);
|
||||
}
|
||||
|
||||
void rglEnableVertexAttribArray(GLuint index)
|
||||
|
Loading…
Reference in New Issue
Block a user