Swapchain.CreateInfo

Undocumented in source.

Members

Mixins

__anonymous
mixin VkTo!(VkSwapchainCreateInfoKHR)
Undocumented in source.

Variables

clipped
bool clipped;
Undocumented in source.
compositeAlpha
CompositeAlpha compositeAlpha;
Undocumented in source.
flags
VkSwapchainCreateFlagsKHR flags;
Undocumented in source.
imageArrayLayers
uint imageArrayLayers;
Undocumented in source.
imageColorSpace
VkColorSpaceKHR imageColorSpace;
Undocumented in source.
imageExtent
VkExtent2D imageExtent;
Undocumented in source.
imageFormat
VkFormat imageFormat;
Undocumented in source.
imageSharingMode
SharingMode imageSharingMode;
Undocumented in source.
imageUsage
ImageUsage imageUsage;
Undocumented in source.
minImageCount
uint minImageCount;
Undocumented in source.
oldSwapchain
Swapchain oldSwapchain;
Undocumented in source.
preTransform
SurfaceTransform preTransform;
Undocumented in source.
presentMode
PresentMode presentMode;
Undocumented in source.
queueFamilyIndices
uint[] queueFamilyIndices;
Undocumented in source.
surface
Surface surface;
Undocumented in source.

Meta