10 lines
359 B
Plaintext
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);
|
||
|
|
----
|