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

10 lines
339 B
Plaintext

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