VulkanDescriptorPool

Undocumented in source.

Constructors

this
this(VkDescriptorPool vkObj, VulkanDevice dev)
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.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_allocatedSets
DescriptorSet[] _allocatedSets;
Undocumented in source.

Inherited Members

From DescriptorPool

device
Device device [@property getter]

Get the parent device

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