Skip to content

Instantly share code, notes, and snippets.

@arturoc
Created May 16, 2017 15:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturoc/5880704601cb57b872c48385c10a1db6 to your computer and use it in GitHub Desktop.
Save arturoc/5880704601cb57b872c48385c10a1db6 to your computer and use it in GitHub Desktop.
opengles2
int main(){
ofGLESWindowSettings settings;
settings.setGLESVersion(2);
ofCreateWindow(settings);
ofRunApp(new ofApp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment