| 715 | return VK_SUCCESS; |
| 716 | } |
| 717 | static VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, |
| 718 | const VkAllocationCallbacks* pAllocator) { |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected