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

Method setVertexLayout

core/2d/Sprite.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void Sprite::setVertexLayout()
379{
380 AXASSERT(_programState, "programState should not be nullptr");
381 _programState->validateSharedVertexLayout(backend::VertexLayoutType::Sprite);
382}
383
384void Sprite::setProgramState(uint32_t type)
385{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected