11 lines
413 B
Plaintext
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);
|
|
----
|