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

Method addCommand

core/renderer/Renderer.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void Renderer::addCommand(RenderCommand* command)
233{
234 int renderQueueID = _commandGroupStack.top();
235 addCommand(command, renderQueueID);
236}
237
238void Renderer::addCommand(RenderCommand* command, int renderQueueID)
239{

Callers 2

drawMethod · 0.45
drawInRectMethod · 0.45

Calls 3

topMethod · 0.45
getTypeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected