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

Method SetInfoLogSeverity

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

Sets the Severity of log messages about textures being loaded.

Source from the content-addressed store, hash-verified

196
197 // Sets the Severity of log messages about textures being loaded.
198 void SetInfoLogSeverity(log::Severity value) { m_InfoLogSeverity = value; }
199
200 // Sets the Severity of log messages about textures that couldn't be loaded.
201 void SetErrorLogSeverity(log::Severity value) { m_ErrorLogSeverity = value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected