Created
January 21, 2015 14:03
-
-
Save dixia/283edf026dc27353c220 to your computer and use it in GitHub Desktop.
should explicitly delete texture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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