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

Method clear

core/renderer/Renderer.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void RenderQueue::clear()
139{
140 for (int i = 0; i < QUEUE_GROUP::QUEUE_COUNT; ++i)
141 {
142 _commands[i].clear();
143 }
144}
145
146void RenderQueue::realloc(size_t reserveSize)
147{

Callers 13

removeAllTexturesMethod · 0.45
waitForQuitMethod · 0.45
~RenderCommandPoolMethod · 0.45
reallocMethod · 0.45
~RendererMethod · 0.45
cleanMethod · 0.45
drawBatchedTrianglesMethod · 0.45
unloadAllProgramsMethod · 0.45
clearProgramsMethod · 0.45
releaseTexturesMethod · 0.45
reloadProgramMethod · 0.45
computeUniformInfosMethod · 0.45

Calls 5

anyFunction · 0.50
initMethod · 0.45
setScissorRectMethod · 0.45
beginRenderPassMethod · 0.45
endRenderPassMethod · 0.45

Tested by

no test coverage detected