Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ RenderEntrySortPred
Class
RenderEntrySortPred
engine/gui/src/gui.cpp:1434–1440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1432
}
1433
1434
struct RenderEntrySortPred
1435
{
1436
bool operator ()(const RenderEntry& a, const RenderEntry& b) const
1437
{
1438
return a.m_RenderKey < b.m_RenderKey;
1439
}
1440
};
1441
1442
struct RenderEntrySortDisabledPred
1443
{
Callers
1
RenderScene
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected