Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Clear
Method
Clear
Sources/nCine/Graphics/RenderQueue.cpp:204–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void RenderQueue::Clear()
205
{
206
opaqueQueue_.clear();
207
opaqueBatchedQueue_.clear();
208
transparentQueue_.clear();
209
transparentBatchedQueue_.clear();
210
211
RenderResources::GetRenderBatcher().Reset();
212
}
213
}
Callers
1
Draw
Method · 0.45
Calls
2
clear
Method · 0.45
Reset
Method · 0.45
Tested by
no test coverage detected