pixi.js / src / core / renderers /
@Robin Vierich Robin Vierich authored on 12 Feb 2016
..
canvas added pre and post render events to renderers 10 years ago
webgl 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
SystemRenderer.js Merge pull request #2112 from adireddy/dev 10 years ago