Last active
December 11, 2015 20:19
-
-
Save sdabet/4654933 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
CCGLView *glView = [CCGLView viewWithFrame:[window_ bounds] | |
pixelFormat:kEAGLColorFormatRGBA8 // not kEAGLColorFormatRGB565 ! | |
depthFormat:0 //GL_DEPTH_COMPONENT24_OES | |
preserveBackbuffer:NO | |
sharegroup:nil | |
multiSampling:NO | |
numberOfSamples:0]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment