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

10 lines
343 B
Plaintext

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