[Misc] (Diligent/Texture): Log unhandled texture state

This commit is contained in:
2025-06-22 22:00:17 +08:00
parent 6e9f990eed
commit fa657fbf0b
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -137,6 +137,7 @@ GLenum CommonState::DepthFunc(GLenum func) {
return GL_INVALID_ENUM;
}
depthFunc = func;
MG_Util::Debug::LogD("%s(%s)", __func__, MG_Util::Debug::GLEnumToString(func));
return GL_NO_ERROR;
}