| 2664 | } |
| 2665 | |
| 2666 | bool Textures::ReloadAsCompressed(const TextureAssetRef& texref) { |
| 2667 | return ReloadAsCompressed(texref->GetTextureRef()); |
| 2668 | } |
| 2669 | |
| 2670 | bool Textures::ReloadAsCompressed(const TextureRef& texref) { |
| 2671 | // takes an uncompressed texture |
no test coverage detected