I am reading a book about iPhone game development, it uses some functions start with ‘gl’ and ends with ‘OES’.
like this:
glGetRenderbufferParameterivOES
Where can I get reference of these functions?
I am reading a book about iPhone game development, it uses some functions start
Share
http://www.khronos.org/opengles/sdk/docs/man/
In your case http://www.khronos.org/opengles/sdk/docs/man/xhtml/glGetRenderbufferParameteriv.xml
The OES suffix just marks it as being specific to OpenGL-ES (OES).