gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
SurfaceCaps
gfx
graal
presentation
Undocumented in source.
struct
SurfaceCaps {
uint
minImages
;
uint
maxImages
;
uint
[
2
]
minSize
;
uint
[
2
]
maxSize
;
uint
maxLayers
;
ImageUsage
usage
;
CompositeAlpha
supportedAlpha
;
}
Members
Variables
maxImages
uint
maxImages
;
Undocumented in source.
maxLayers
uint
maxLayers
;
Undocumented in source.
maxSize
uint
[
2
]
maxSize
;
Undocumented in source.
minImages
uint
minImages
;
Undocumented in source.
minSize
uint
[
2
]
minSize
;
Undocumented in source.
supportedAlpha
CompositeAlpha
supportedAlpha
;
Undocumented in source.
usage
ImageUsage
usage
;
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
presentation
enums
CompositeAlpha
PresentMode
interfaces
Surface
Swapchain
structs
SurfaceCaps