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

Method setProgramIds

core/renderer/backend/Program.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void Program::setProgramIds(uint32_t progType, uint64_t progId)
194{
195 _programType = progType;
196 _programId = progId;
197}
198NS_AX_BACKEND_END

Callers 1

loadProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected