MCPcopy 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

DrawMethod · 0.45

Calls 2

clearMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected