Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void RenderQueue::clear()
139
{
140
for (int i = 0; i < QUEUE_GROUP::QUEUE_COUNT; ++i)
141
{
142
_commands[i].clear();
143
}
144
}
145
146
void RenderQueue::realloc(size_t reserveSize)
147
{
Callers
13
removeAllTextures
Method · 0.45
waitForQuit
Method · 0.45
~RenderCommandPool
Method · 0.45
realloc
Method · 0.45
~Renderer
Method · 0.45
clean
Method · 0.45
drawBatchedTriangles
Method · 0.45
unloadAllPrograms
Method · 0.45
clearPrograms
Method · 0.45
releaseTextures
Method · 0.45
reloadProgram
Method · 0.45
computeUniformInfos
Method · 0.45
Calls
5
any
Function · 0.50
init
Method · 0.45
setScissorRect
Method · 0.45
beginRenderPass
Method · 0.45
endRenderPass
Method · 0.45
Tested by
no test coverage detected