MCPcopy Create free account
hub / github.com/begla/Intrinsic / getPipelineCacheUUID

Function getPipelineCacheUUID

IntrinsicCore/src/IntrinsicRendererRenderSystem.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31VkPhysicalDeviceFeatures _vkPhysicalDeviceFeatures;
32
33_INTR_STRING getPipelineCacheUUID()
34{
35 _INTR_STRING uuid;
36 for (uint32_t i = 0u; i < VK_UUID_SIZE; ++i)
37 {
38 uuid += StringUtil::toString(
39 (uint32_t)_vkPhysicalDeviceProps.pipelineCacheUUID[i]);
40 }
41 return uuid;
42}
43
44_INTR_STRING getPipelineCacheFilePath()
45{

Callers 1

getPipelineCacheFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected