pixi.js / src / core / renderers / webgl /
@Robin Vierich Robin Vierich authored on 12 Feb 2016
..
filters Massive documentation update; fixes many issues. 10 years ago
managers Ensure that Quad.destroy gets called. 10 years ago
shaders some jsdoc fixes; bit of cleanup 10 years ago
utils fixed deleteRenderbuffer typo 10 years ago
WebGLRenderer.js flush all webgl commands before the renderer is completely destroyed. This ensures that all commands are processed in a timely fashion (especially in browsers with multi-process or multi-threaded graphics architectures like chrome). Noteably, this ensures that gl textures are actually deleted around the same time that the renderer is destroyed. 9 years ago