Image.CreateInfo

Undocumented in source.

Members

Mixins

__anonymous
mixin VkTo!(VkImageCreateInfo)
Undocumented in source.

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
ImageType imageType;
Undocumented in source.
initialLayout
ImageLayout initialLayout;
Undocumented in source.
mipLevels
uint mipLevels;
Undocumented in source.
queueFamilyIndices
uint[] queueFamilyIndices;
Undocumented in source.
samples
SampleCount samples;
Undocumented in source.
sharingMode
SharingMode sharingMode;
Undocumented in source.
tiling
ImageTiling tiling;
Undocumented in source.
usage
ImageUsage usage;
Undocumented in source.

Meta