DescriptorSetSetup struct
Used as configuration for creating a new tp::
Constructors, destructors, conversion operators
-
DescriptorSetSetup(ArrayView<const Descriptor> descriptors,
DescriptorSetFlagMask flags = DescriptorSetFlagMask::
None(), const char* debugName = nullptr)
Function documentation
tp:: DescriptorSetSetup:: DescriptorSetSetup(ArrayView<const Descriptor> descriptors,
DescriptorSetFlagMask flags = DescriptorSetFlagMask:: None(),
const char* debugName = nullptr)
| Parameters | |
|---|---|
| descriptors | The array of descriptors following the layout that will be passed to tp::bindingNumber. For each tp::arraySize number of valid descriptors must be present, therefore the total number of descriptors in the array must match tp:: |
| flags | Additional flags for the descriptor set. |
| debugName | The debug name identifier for the object. |