MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / IsEmpty

Method IsEmpty

Sources/nCine/Graphics/RenderQueue.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool RenderQueue::IsEmpty() const
24 {
25 return (opaqueQueue_.empty() && transparentQueue_.empty());
26 }
27
28 void RenderQueue::AddCommand(RenderCommand* command)
29 {

Callers 2

SortAndCommitQueueMethod · 0.45
DrawMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected