Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created January 16, 2017 04:06
Show Gist options
  • Select an option

  • Save jrichardsz/74ba07b0f157fbf2c27442f9626707b2 to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/74ba07b0f157fbf2c27442f9626707b2 to your computer and use it in GitHub Desktop.
GLSurfaceView view = new GLSurfaceView(this);
view.setRenderer(new OpenGLRenderer());
setContentView(view);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment