struct
#include <VaultedVulkan/VV_Resource.hpp>
DescriptorSet Descriptors are grouped together into descriptor set objects. A descriptor set object is an opaque object containing storage for a set of descriptors, where the types and number of descriptors is defined by a descriptor set layout.
Contents
Derived classes
- class VV::V3::DescriptorSet
- Descriptors are grouped together into descriptor set objects. A descriptor set object is an opaque object containing storage for a set of descriptors, where the types and number of descriptors is defined by a descriptor set layout.
Public types
- struct BufferInfo
- Specification
- struct Copy
- Specification
- struct ImageInfo
- Specification
- struct Write
- Specification
- using Handle = VkDescriptorSet
- Specification
Public static functions
-
static void Update(LogicalDevice::
Handle _device, ui32 _descriptorWriteCount, const Write* _descriptorWrites, ui32 _descriptorCopyCount, const Copy* _descriptorCopies) - Specification.