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

Function CombineHashes

SampleFramework12/v1.00/MurmurHash.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Hash CombineHashes(Hash a, Hash b)
154{
155 Hash c;
156 c.A = a.A ^ b.A;
157 c.B = a.B ^ b.B;
158 return c;
159}
160
161}

Callers 1

PostProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected