unloadFromGPU()
Removes the base texture from the GPU, useful for managing resources on the GPU.
Atexture is still 100% usable and will simply be reuploaded if there is a sprite on screen that is using it.
- Source code: pixi/textures/BaseTexture.js (Line 196)
Please login to continue.