sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
QueueFamilyProperties
sbylib
wrapper
vulkan
queuefamilyproperties
Undocumented in source.
struct
QueueFamilyProperties {
@
vkProp
()
BitFlags
!
Flags
queueFlags
;
@
vkProp
()
uint
queueCount
;
@
vkProp
()
uint
timestampValidBits
;
@
vkProp
()
VkExtent3D
minImageTransferGranularity
;
enum
Flags
;
mixin
VkFrom
!(
VkQueueFamilyProperties
)
;
mixin
ImplToString
;
bool
supports
(Flags flag);
}
Members
Enums
Flags
enum
Flags
Undocumented in source.
Functions
supports
bool
supports
(Flags flag)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
VkFrom
!(
VkQueueFamilyProperties
)
Undocumented in source.
__anonymous
mixin
ImplToString
Undocumented in source.
Variables
minImageTransferGranularity
VkExtent3D
minImageTransferGranularity
;
Undocumented in source.
queueCount
uint
queueCount
;
Undocumented in source.
queueFlags
BitFlags
!
Flags
queueFlags
;
Undocumented in source.
timestampValidBits
uint
timestampValidBits
;
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
queuefamilyproperties
structs
QueueFamilyProperties