| 226 | } |
| 227 | |
| 228 | TextureHandle ResourceManager::LoadTexture(const std::string& name, const ColorSpace& cspace) { |
| 229 | return LoadTextureImpl_({name}, cspace); |
| 230 | } |
| 231 | |
| 232 | TextureHandle ResourceManager::LoadCubeMap(const std::string& prefix, const ColorSpace& cspace, const std::string& fileExt) { |
| 233 | return LoadTextureImpl_({prefix + "right." + fileExt, |
no outgoing calls
no test coverage detected