unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkDestroyPipeline.txt

10 lines
351 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkDestroyPipeline,vkDestroyPipeline]]
[source,c++]
----
void vkDestroyPipeline(
VkDevice device,
VkPipeline pipeline,
const VkAllocationCallbacks* pAllocator);
----