MCPcopy 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
42void ProgramStateRegistry::clearPrograms()
43{
44 this->_registry.clear();
45}
46
47ProgramState* ProgramStateRegistry::newProgramState(uint32_t programType, int textureSamplerFlags)
48{

Callers 1

unloadAllProgramsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected