Skip to content

Instantly share code, notes, and snippets.

@appspell
Created March 4, 2021 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appspell/f8495e3e7f7f8c62de7b8f325987bfa1 to your computer and use it in GitHub Desktop.
Save appspell/f8495e3e7f7f8c62de7b8f325987bfa1 to your computer and use it in GitHub Desktop.
override fun onSurfaceChanged(gl: GL10?, width: Int, height: Int) {
GLES30.glViewport(0, 0, width, height)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment