Handle
VkDescriptorSet
Opaque handle to a descriptor set object
Descriptor sets are allocated from descriptor pool objects, and are
represented by VkDescriptorSet handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorSet)
#[repr(transparent)]
pub struct DescriptorSet(_);
Parent
VK_VERSION_1_0Type
Handle