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

Method init

core/renderer/GroupCommand.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35GroupCommandManager::~GroupCommandManager() {}
36
37bool GroupCommandManager::init()
38{
39 // 0 is the default render group
40 _groupMapping[0] = true;
41 return true;
42}
43
44int GroupCommandManager::getGroupID()
45{

Callers

nothing calls this directly

Calls 4

getInstanceFunction · 0.85
getRendererMethod · 0.80
releaseGroupIDMethod · 0.80
getGroupIDMethod · 0.80

Tested by

no test coverage detected