Skip to content

Instantly share code, notes, and snippets.

Created April 14, 2014 04:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/10615378 to your computer and use it in GitHub Desktop.
ofAppiOSWindow * iOSWindow = new ofAppiOSWindow();
iOSWindow->enableDepthBuffer();
//iOSWindow->enableAntiAliasing(4);
iOSWindow->enableRetina();
ofSetCurrentRenderer(ofGLProgrammableRenderer::TYPE);
ofSetupOpenGL(iOSWindow, 1024,768,OF_FULLSCREEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment