1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkDestroyPipelineCache,vkDestroyPipelineCache]]
3[source,c++]
4----
5void vkDestroyPipelineCache(
6 VkDevice device,
7 VkPipelineCache pipelineCache,
8 const VkAllocationCallbacks* pAllocator);
9----
10