blob: cb6b8e33145544b7f3ac0d2bc65b2db1570caa7d [file] [log] [blame]
// 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);
----