1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCreateImage,vkCreateImage]]
3[source,c++]
4----
5VkResult vkCreateImage(
6 VkDevice device,
7 const VkImageCreateInfo* pCreateInfo,
8 const VkAllocationCallbacks* pAllocator,
9 VkImage* pImage);
10----
11