| 138 | } |
| 139 | |
| 140 | void TextureCache::SetGenerateMipmaps(bool generateMipmaps) |
| 141 | { |
| 142 | m_GenerateMipmaps = generateMipmaps; |
| 143 | } |
| 144 | |
| 145 | bool TextureCache::FindTextureInCache(const std::filesystem::path& path, std::shared_ptr<TextureData>& texture) |
| 146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected