MCPcopy Create free account
hub / github.com/axmolengine/axmol / updateBatchCommand

Method updateBatchCommand

core/2d/Label.cpp:767–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767void Label::updateBatchCommand(Label::BatchCommand& batch)
768{
769 AXASSERT(_programState, "programState should be set!");
770 batch.setProgramState(_programState);
771}
772
773void Label::updateUniformLocations()
774{

Callers

nothing calls this directly

Calls 1

setProgramStateMethod · 0.45

Tested by

no test coverage detected