sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Swapchain.CreateInfo
sbylib
wrapper
vulkan
swapchain
Swapchain
Undocumented in source.
class
Swapchain
static
struct
CreateInfo {
immutable
@
vkProp
()
VkSwapchainCreateFlagsKHR
flags
;
@
vkProp
()
Surface
surface
;
immutable
@
vkProp
()
uint
minImageCount
;
immutable
@
vkProp
()
VkFormat
imageFormat
;
immutable
@
vkProp
()
VkColorSpaceKHR
imageColorSpace
;
immutable
@
vkProp
()
VkExtent2D
imageExtent
;
immutable
@
vkProp
()
uint
imageArrayLayers
;
immutable
@
vkProp
()
ImageUsage
imageUsage
;
immutable
@
vkProp
()
SharingMode
imageSharingMode
;
immutable
@
vkProp
()
SurfaceTransform
preTransform
;
immutable
@
vkProp
()
CompositeAlpha
compositeAlpha
;
immutable
@
vkProp
()
PresentMode
presentMode
;
immutable
@
vkProp
()
bool
clipped
;
@
vkProp
()
Swapchain
oldSwapchain
;
const
@
vkProp
("pQueueFamilyIndices", "queueFamilyIndexCount")
uint
[]
queueFamilyIndices
;
mixin
VkTo
!(
VkSwapchainCreateInfoKHR
)
;
}
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
Source
See Implementation
sbylib
wrapper
vulkan
swapchain
Swapchain
constructors
this
destructors
~this
functions
acquireNextImageIndex
getImages
mixins
__anonymous
structs
CreateInfo