Skip to content

Instantly share code, notes, and snippets.

@sdabet
Last active December 11, 2015 20:19
Show Gist options
  • Save sdabet/4654933 to your computer and use it in GitHub Desktop.
Save sdabet/4654933 to your computer and use it in GitHub Desktop.
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