MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Hash64

Function Hash64

layers/utils/hash_util.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47uint64_t Hash64(const void* info, const size_t info_size) { return XXH3_64bits(info, info_size); }
48
49} // namespace hash_util

Calls

no outgoing calls

Tested by

no test coverage detected