sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
CommandPool.CreateInfo
sbylib
wrapper
vulkan
commandpool
CommandPool
Undocumented in source.
class
CommandPool
static
struct
CreateInfo {
immutable
@
vkProp
()
uint
queueFamilyIndex
;
immutable
@
vkProp
()
BitFlags
!(
Flags
)
flags
;
enum
Flags
;
mixin
VkTo
!(
VkCommandPoolCreateInfo
)
;
}
Members
Enums
Flags
enum
Flags
Undocumented in source.
Mixins
__anonymous
mixin
VkTo
!(
VkCommandPoolCreateInfo
)
Undocumented in source.
Variables
flags
BitFlags
!(
Flags
)
flags
;
Undocumented in source.
queueFamilyIndex
uint
queueFamilyIndex
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
commandpool
CommandPool
constructors
this
destructors
~this
mixins
__anonymous
structs
CreateInfo
variables
commandPool