vkCreateImage | NVK Search
  1. No Results
Categories
vkCreateImage Create a new image object Syntax
VkResult vkCreateImage();
Parameters device VkDevice is the logical device that creates the image. pCreateInfo VkImageCreateInfo is a reference to a VkImageCreateInfo structure containing parameters to be used to create the image. pAllocator VkAllocationCallbacks controls host memory allocation as described in the <> chapter. pImage VkImage is a reference to a VkImage handle in which the resulting image object is returned.