VkImageCreateInfo

Undocumented in source.

Members

Variables

arrayLayers
uint 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
uint mipLevels;
Undocumented in source.
pNext
void* pNext;
Undocumented in source.
pQueueFamilyIndices
uint* pQueueFamilyIndices;
Undocumented in source.
queueFamilyIndexCount
uint 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