VV::V1::DescriptorSet struct

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.

Specification

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.