MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetHash

Function GetHash

Source/Engine/Renderer/GlobalSignDistanceFieldPass.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128};
129
130uint32 GetHash(const RasterizeChunkKey& key)
131{
132 return key.Hash;
133}
134
135struct CascadeData
136{

Callers 3

CalculateSortKeyFunction · 0.70
GetHashMethod · 0.70
SortLightsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected