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

Method setupVertexLayout

core/renderer/backend/Program.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void Program::setupVertexLayout(VertexLayoutType vlt)
183{
184 if (vlt < VertexLayoutType::Count)
185 s_vertexLayoutSetupList[static_cast<int>(vlt)](this);
186}
187
188Program* Program::getBuiltinProgram(uint32_t type)
189{

Callers 3

loadProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected