pixijs / pixi-compressed-textures

Compressed textures and retina support for pixijs. Loader can choose textures depends on platform and rendering mode.
MIT License
93 stars 25 forks source link

Changed preserveSource to a property. #12

Closed andrewstart closed 7 years ago

andrewstart commented 7 years ago

Changed preserveSource argument in generateWebGLTexture() to a property on CompressedTexture, so that it can actually be changed at runtime.