mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (GLImpl/Program): fix log name error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user