diff --git a/tools/emulator/opengl/system/GLESv2_enc/gl2.attrib b/tools/emulator/opengl/system/GLESv2_enc/gl2.attrib index e764c10de..10e2987d7 100644 --- a/tools/emulator/opengl/system/GLESv2_enc/gl2.attrib +++ b/tools/emulator/opengl/system/GLESv2_enc/gl2.attrib @@ -97,7 +97,7 @@ glGetActiveUniform #void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) glGetAttachedShaders - len shaders maxcount + len shaders (maxcount*sizeof(GLuint)) dir shaders out dir count out len count (sizeof(GLsizei))