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

Function DestroyPipelineCache

icd/generated/function_definitions.h:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 return VK_SUCCESS;
716}
717static VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache,
718 const VkAllocationCallbacks* pAllocator) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected