tags:

views:

129

answers:

2

I'm reading OpenGL document from Apple. What's the OES means in name of their GL names like "GL_RENDERBUFFER_OES"?

A: 

It means OpenGL ES : http://www.khronos.org/opengles/

klausbyskov
+1  A: 

OES is the "vendor"-code for the OpenGL ES working group. OES is used for any extensions that is developed by the working group. This is similar to the ARB-code for desktop-OpenGL.

kusma