MCPcopy Create free account
hub / github.com/defold/defold / RenderEntrySortDisabledPred

Class RenderEntrySortDisabledPred

engine/gui/src/gui.cpp:1442–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440 };
1441
1442 struct RenderEntrySortDisabledPred
1443 {
1444 bool operator ()(const RenderEntry& a, const RenderEntry& b) const
1445 {
1446 return a.m_RenderKey < b.m_RenderKey;
1447 }
1448 };
1449
1450 struct ScopeContext {
1451 ScopeContext() {

Callers 1

RenderSceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected