mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[Chore] (MG_Backend/DirectGLES): adjust some log severity
This commit is contained in:
@@ -264,7 +264,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
||||
// 4. Mipmap levels changed
|
||||
|
||||
if (!stateTextureObject->IsComplete()) {
|
||||
MGLOG_E("Texture object with ID: %u is not complete, skipping sync.", m_backendTextureId);
|
||||
MGLOG_D("Texture object with ID: %u is not complete, skipping sync.", m_backendTextureId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user