where is the OpenGLES 2.0 extension list?

I have not found the OpenGLES 2.0 extensions list document for SGX GPU? could you give me a link about it?zjubaoli2011-12-20 02:55:28

Hi.


This generally differs from device to device although some extensions are common to all.


It is probably best if you check which extensions are available on your device using glGetString(GL_EXTENSIONS) which is documented here: http://www.khronos.org/opengles/sdk/docs/man/xhtml/glGetString.xml





If you just want to quickly browse, www.glbenchmark.com has a list of most consumer devices and what extensions are available. Here is the iPad2’s details for instance:





http://www.glbenchmark.com/phonedetails.jsp?benchmark=glpro21&D=Apple+iPad+2&testgroup=gl





Hope this helps.

Thank you for your reply zjubaoli2011-12-21 01:01:40