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

Method setVertexLayout

core/2d/Label.cpp:687–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687void Label::setVertexLayout()
688{
689 _programState->validateSharedVertexLayout(backend::VertexLayoutType::Sprite);
690}
691
692bool Label::setProgramState(backend::ProgramState* programState, bool ownPS /*= false*/)
693{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected