[Fix] (GLImpl/Program): fix log name error

This commit is contained in:
2025-11-13 14:47:05 +08:00
parent 7ee85e5a76
commit 0d26f49d0b
@@ -854,7 +854,7 @@ namespace MobileGL {
}
// TODO: Emit error "if `colorNumber` is greater than or equal to `GL_MAX_DRAW_BUFFERS`"
MGLOG_D("%s: loc %02d = \"%s\"", __func__, index, name);
MGLOG_D("%s: loc %02d = \"%s\"", __func__, colorNumber, name);
programObject->SetExplicitFragmentOutLocation(colorNumber, name);
}