11 lines
402 B

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