MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ZSortComparer

Method ZSortComparer

BindlessDeferred/MeshRenderer.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43 const Array<float>& MeshDepths;
44 ZSortComparer(const Array<float>& meshDepths) : MeshDepths(meshDepths) { }
45
46 bool operator()(uint32 a, uint32 b)
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected