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

Method setVertexLayout

core/2d/DrawNode.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void DrawNode::setVertexLayout(CustomCommand& cmd)
162{
163 auto* programState = cmd.getPipelineDescriptor().programState;
164 programState->validateSharedVertexLayout(backend::VertexLayoutType::DrawNode);
165}
166
167void DrawNode::freeShaderInternal(CustomCommand& cmd)
168{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected