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

10 lines
359 B
Plaintext

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