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

Method size

core/renderer/Renderer.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100ssize_t RenderQueue::size() const
101{
102 ssize_t result(0);
103 for (int index = 0; index < QUEUE_GROUP::QUEUE_COUNT; ++index)
104 {
105 result += _commands[index].size();
106 }
107
108 return result;
109}
110
111void RenderQueue::sort()
112{

Callers 15

getDescriptionMethod · 0.45
getSubQueueSizeMethod · 0.45
operator[]Method · 0.45
createRenderQueueMethod · 0.45
cleanMethod · 0.45
prepareNextBufferMethod · 0.45
getPassByIndexMethod · 0.45
getPassCountMethod · 0.45
getTechniqueByIndexMethod · 0.45
getTechniqueCountMethod · 0.45
TextureInfoMethod · 0.45
assignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected