| 719 | // Destroy object |
| 720 | } |
| 721 | static 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 | } |
| 726 | static VKAPI_ATTR VkResult VKAPI_CALL MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, |
| 727 | const VkPipelineCache* pSrcCaches) { |
| 728 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected