[Chore] (MG_Impl/Texture): more logs

This commit is contained in:
2026-01-11 18:14:03 +08:00
parent 00b972252b
commit c7ca2fecf2
3 changed files with 7 additions and 2 deletions
@@ -86,7 +86,7 @@ namespace MobileGL {
}
void PixelStorei_State(GLenum pname, GLint param) {
MGLOG_D("%s: %s, ...", __func__, MG_Util::ConvertGLEnumToString(pname).c_str());
MGLOG_D("%s: %s = %d", __func__, MG_Util::ConvertGLEnumToString(pname).c_str(), param);
PixelStoreParam pixelStoreParam = MG_Util::ConvertGLEnumToPixelStoreParam(pname);
if (pixelStoreParam == PixelStoreParam::Unknown) {
MG_State::pGLContext->RecordError(