sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
DescriptorPool.CreateInfo
sbylib
wrapper
vulkan
descriptorpool
DescriptorPool
Undocumented in source.
class
DescriptorPool
static
struct
CreateInfo {
struct
DescriptorPoolSize
;
@
vkProp
()
VkDescriptorPoolCreateFlags
flags
;
@
vkProp
()
uint32_t
maxSets
;
@
vkProp
("pPoolSizes", "poolSizeCount")
DescriptorPoolSize
[]
poolSizes
;
mixin
VkTo
!(
VkDescriptorPoolCreateInfo
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkDescriptorPoolCreateInfo
)
Undocumented in source.
Structs
DescriptorPoolSize
struct
DescriptorPoolSize
Undocumented in source.
Variables
flags
VkDescriptorPoolCreateFlags
flags
;
Undocumented in source.
maxSets
uint32_t
maxSets
;
Undocumented in source.
poolSizes
DescriptorPoolSize
[]
poolSizes
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
descriptorpool
DescriptorPool
constructors
this
destructors
~this
mixins
__anonymous
structs
CreateInfo
variables
descriptorPool