sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
DescriptorSet.Write
sbylib
wrapper
vulkan
descriptorset
DescriptorSet
Undocumented in source.
class
DescriptorSet
static
struct
Write {
struct
ImageInfo
;
struct
BufferInfo
;
@
vkProp
()
DescriptorSet
dstSet
;
@
vkProp
()
uint
dstBinding
;
@
vkProp
()
uint
dstArrayElement
;
@
vkProp
()
DescriptorType
descriptorType
;
@
vkProp
("pImageInfo", "descriptorCount")
ImageInfo
[]
imageInfo
;
@
vkProp
("pBufferInfo", "descriptorCount")
BufferInfo
[]
bufferInfo
;
@
vkProp
("pTexelBufferView", "descriptorCount")
VkBufferView
[]
texelBufferView
;
mixin
VkTo
!(
VkWriteDescriptorSet
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkWriteDescriptorSet
)
Undocumented in source.
Structs
BufferInfo
struct
BufferInfo
Undocumented in source.
ImageInfo
struct
ImageInfo
Undocumented in source.
Variables
bufferInfo
BufferInfo
[]
bufferInfo
;
Undocumented in source.
descriptorType
DescriptorType
descriptorType
;
Undocumented in source.
dstArrayElement
uint
dstArrayElement
;
Undocumented in source.
dstBinding
uint
dstBinding
;
Undocumented in source.
dstSet
DescriptorSet
dstSet
;
Undocumented in source.
imageInfo
ImageInfo
[]
imageInfo
;
Undocumented in source.
texelBufferView
VkBufferView
[]
texelBufferView
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
descriptorset
DescriptorSet
destructors
~this
functions
update
mixins
__anonymous
static functions
allocate
structs
AllocateInfo
Copy
Write