GlDescriptorPool

Undocumented in source.

Constructors

this
this(uint maxSets, DescriptorPoolSize[] bindings)
Undocumented in source.

Members

Functions

allocate
DescriptorSet[] allocate(DescriptorSetLayout[] layouts)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From DescriptorPool

allocate
DescriptorSet[] allocate(DescriptorSetLayout[] layouts)

Allocate a descriptor set per descriptor layout passed as argument

reset
void reset()

Reset this pool. All descriptors allocated with this pool are invalid after this call

Meta