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

11 lines
413 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateImageView,vkCreateImageView]]
[source,c++]
----
VkResult vkCreateImageView(
VkDevice device,
const VkImageViewCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkImageView* pView);
----