Sets the Severity of log messages about textures that couldn't be loaded.
| 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(); } |
nothing calls this directly
no outgoing calls
no test coverage detected