Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
uint64_t Hash64(const void* info, const size_t info_size) { return XXH3_64bits(info, info_size); }
48
49
} // namespace hash_util
Callers
6
ValidateDescriptor
Method · 0.85
ValidateDescriptor
Method · 0.85
ResourceInterfaceVariable
Method · 0.85
PostCallRecordWriteResourceDescriptorsEXT
Method · 0.85
PostCallRecordWriteSamplerDescriptorsEXT
Method · 0.85
PostCallRecordGetDescriptorEXT
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected