Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ clearPrograms
Method
clearPrograms
core/renderer/backend/ProgramStateRegistry.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void ProgramStateRegistry::clearPrograms()
43
{
44
this->_registry.clear();
45
}
46
47
ProgramState* ProgramStateRegistry::newProgramState(uint32_t programType, int textureSamplerFlags)
48
{
Callers
1
unloadAllPrograms
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected