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

Method SetMaxTextureSize

src/engine/TextureCache.cpp:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725void TextureCache::SetMaxTextureSize(uint32_t size)
726{
727 m_MaxTextureSize = size;
728}
729
730#ifdef _MSC_VER
731#define strcasecmp _stricmp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected