VkImageCreateInfo

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

arrayLayers
uint32_t arrayLayers;
Undocumented in source.
extent
VkExtent3D extent;
Undocumented in source.
flags
VkImageCreateFlags flags;
Undocumented in source.
format
VkFormat format;
Undocumented in source.
imageType
VkImageType imageType;
Undocumented in source.
initialLayout
VkImageLayout initialLayout;
Undocumented in source.
mipLevels
uint32_t mipLevels;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pQueueFamilyIndices
const(uint32_t)* pQueueFamilyIndices;
Undocumented in source.
queueFamilyIndexCount
uint32_t queueFamilyIndexCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
samples
VkSampleCountFlagBits samples;
Undocumented in source.
sharingMode
VkSharingMode sharingMode;
Undocumented in source.
tiling
VkImageTiling tiling;
Undocumented in source.
usage
VkImageUsageFlags usage;
Undocumented in source.

Meta