MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetGenerateMipmaps

Method SetGenerateMipmaps

src/engine/TextureCache.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void TextureCache::SetGenerateMipmaps(bool generateMipmaps)
141{
142 m_GenerateMipmaps = generateMipmaps;
143}
144
145bool TextureCache::FindTextureInCache(const std::filesystem::path& path, std::shared_ptr<TextureData>& texture)
146{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected