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

Method SetErrorLogSeverity

include/donut/engine/TextureCache.h:201–201  ·  view source on GitHub ↗

Sets the Severity of log messages about textures that couldn't be loaded.

Source from the content-addressed store, hash-verified

199
200 // Sets the Severity of log messages about textures that couldn't be loaded.
201 void SetErrorLogSeverity(log::Severity value) { m_ErrorLogSeverity = value; }
202
203 uint32_t GetNumberOfLoadedTextures() { return m_TexturesLoaded.load(); }
204 uint32_t GetNumberOfRequestedTextures() { return m_TexturesRequested.load(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected