| 2632 | } |
| 2633 | |
| 2634 | bool Textures::IsCompressed(const TextureAssetRef& texture) { |
| 2635 | return IsCompressed(texture->GetTextureRef()); |
| 2636 | } |
| 2637 | |
| 2638 | bool Textures::IsCompressed(const TextureRef& texture) { |
| 2639 | PROFILED_TEXTURE_MUTEX_LOCK |
no test coverage detected