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

10 lines
363 B
Plaintext

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