Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void Program::setProgramIds(uint32_t progType, uint64_t progId)
194
{
195
_programType = progType;
196
_programId = progId;
197
}
198
NS_AX_BACKEND_END
Callers
1
loadProgram
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected