* commit 'a9605f557651cf6d9642e2345330bfc8ccc164ee': opengles emulator: fixing pointer size bug.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user