Skip to content

Instantly share code, notes, and snippets.

@augustjoki
Created October 23, 2009 00:16
Show Gist options
  • Save augustjoki/216490 to your computer and use it in GitHub Desktop.
Save augustjoki/216490 to your computer and use it in GitHub Desktop.
These constants are used to choose the version of OpenGL ES that a rendering context provides.
typedef NSUInteger EAGLRenderingAPI;
enum
{
kEAGLRenderingAPIOpenGLES1 = 1
kEAGLRenderingAPIOpenGLES2 = 2
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment