Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SortAndCommitQueue
Method · 0.45
Draw
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected