10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkDestroyImageView,vkDestroyImageView]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkDestroyImageView(
|
||
|
|
VkDevice device,
|
||
|
|
VkImageView imageView,
|
||
|
|
const VkAllocationCallbacks* pAllocator);
|
||
|
|
----
|