Sets the Severity of log messages about textures being loaded.
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected