MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / GetPipelineCacheData

Function GetPipelineCacheData

icd/generated/function_definitions.h:721–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719 // Destroy object
720}
721static VKAPI_ATTR VkResult VKAPI_CALL GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize,
722 void* pData) {
723 // Not a CREATE or DESTROY function
724 return VK_SUCCESS;
725}
726static VKAPI_ATTR VkResult VKAPI_CALL MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount,
727 const VkPipelineCache* pSrcCaches) {
728 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected