gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
GlDescriptorSet
gfx
gl3
pipeline
Undocumented in source.
package final
class
GlDescriptorSet :
DescriptorSet
{
GlDescriptorSetBinding
[]
bindings
;
this
(GlDescriptorPool pool, DescriptorSetLayout layout);
DescriptorPool
pool
[@property getter];
void
write
(uint dstBinding, uint dstArrayElem, DescriptorWrite write);
}
Constructors
this
this
(GlDescriptorPool pool, DescriptorSetLayout layout)
Undocumented in source.
Members
Functions
write
void
write
(uint dstBinding, uint dstArrayElem, DescriptorWrite write)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
pool
DescriptorPool
pool
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bindings
GlDescriptorSetBinding
[]
bindings
;
Undocumented in source.
Inherited Members
From DescriptorSet
pool
DescriptorPool
pool
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
gfx
gl3
pipeline
classes
GlDescriptorPool
GlDescriptorSet
GlDescriptorSetLayout
GlFramebuffer
GlPipeline
GlPipelineLayout
GlRenderPass
GlShaderModule
structs
GlDescriptorSetBinding
unions
GlDescriptor