Skip to content

Instantly share code, notes, and snippets.

@dixia
Created January 21, 2015 14:03
Show Gist options
  • Save dixia/283edf026dc27353c220 to your computer and use it in GitHub Desktop.
Save dixia/283edf026dc27353c220 to your computer and use it in GitHub Desktop.
should explicitly delete texture
var a = []
a.push(gl.createTexture())
a.pop()
a = null
//texture created at #2 is not delete from graphics card
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment