mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +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`"
|
// 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);
|
programObject->SetExplicitFragmentOutLocation(colorNumber, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user