Created
October 23, 2009 00:16
-
-
Save augustjoki/216490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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