| 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() { |