DescriptorSet class
Describes the set of resources that can be bound at once to allow access to them from pipelines.
Constructors, destructors, conversion operators
- DescriptorSet()
- Creates a null descriptor set.
Public functions
- auto getView() const -> DescriptorSetView
- Returns a view of this descriptor set.
- auto isNull() const -> bool
- Returns trueif the descriptor set is null and not valid for use.
- auto vkGetDescriptorSetHandle() const -> VkDescriptorSetHandle
- Returns the associated VkDescriptorSet handle.