Guest User

Untitled

a guest
Oct 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // had to edit this code a bit to make the CCPageTurnTransition work properly
  2. EAGLView *glView = [EAGLView viewWithFrame:[window bounds]
  3. pixelFormat:kEAGLColorFormatRGBA8 // kEAGLColorFormatRGBA8
  4. depthFormat:GL_DEPTH_COMPONENT24_OES // GL_DEPTH_COMPONENT16_OES
  5. ];
Add Comment
Please, Sign In to add comment