sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
DescriptorSet
sbylib
wrapper
vulkan
descriptorset
Undocumented in source.
class
DescriptorSet {
struct
AllocateInfo
;
struct
Write
;
struct
Copy
;
mixin
ImplNameSetter
!(
device
,
descriptorSet
,
DebugReportObjectType
.
DescriptorSet
)
;
~this
();
mixin
VkTo
!(
VkDescriptorSet
)
;
static
DescriptorSet
[]
allocate
(Device device, AllocateInfo _info);
void
update
(Write[W] _writes, Copy[C] _copies);
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
update
void
update
(Write[W] _writes, Copy[C] _copies)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
VkTo
!(
VkDescriptorSet
)
Undocumented in source.
__anonymous
mixin
ImplNameSetter
!(
device
,
descriptorSet
,
DebugReportObjectType
.
DescriptorSet
)
Undocumented in source.
Static functions
allocate
DescriptorSet
[]
allocate
(Device device, AllocateInfo _info)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
AllocateInfo
struct
AllocateInfo
Undocumented in source.
Copy
struct
Copy
Undocumented in source.
Write
struct
Write
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
descriptorset
classes
DescriptorSet