sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
SurfaceFormat
sbylib
wrapper
vulkan
surfaceformat
Undocumented in source.
struct
SurfaceFormat {
@
vkProp
()
VkFormat
format
;
@
vkProp
()
VkColorSpaceKHR
colorSpace
;
mixin
VkFrom
!(
VkSurfaceFormatKHR
)
;
mixin
ImplToString
;
}
Members
Mixins
__anonymous
mixin
VkFrom
!(
VkSurfaceFormatKHR
)
Undocumented in source.
__anonymous
mixin
ImplToString
Undocumented in source.
Variables
colorSpace
VkColorSpaceKHR
colorSpace
;
Undocumented in source.
format
VkFormat
format
;
Undocumented in source.
Mixed In Members
From
mixin
ImplToString
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
surfaceformat
structs
SurfaceFormat