struct DescriptorPoolSize

Defined at line 47684 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkDescriptorPoolSize, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkDescriptorPoolSize.html

Public Members

DescriptorType type
uint32_t descriptorCount

Public Methods

void DescriptorPoolSize (DescriptorType type_, uint32_t descriptorCount_)

Defined at line 47689 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void DescriptorPoolSize (const DescriptorPoolSize & rhs)

Defined at line 47695 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void DescriptorPoolSize (const VkDescriptorPoolSize & rhs)

Defined at line 47697 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize & operator= (const DescriptorPoolSize & rhs)

Defined at line 47699 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize & operator= (const VkDescriptorPoolSize & rhs)

Defined at line 47702 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize & setType (DescriptorType type_)

Defined at line 47709 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize && setType (DescriptorType type_)

Defined at line 47715 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize & setDescriptorCount (uint32_t descriptorCount_)

Defined at line 47721 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DescriptorPoolSize && setDescriptorCount (uint32_t descriptorCount_)

Defined at line 47727 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkDescriptorPoolSize & operator const VkDescriptorPoolSize & ()

Defined at line 47734 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkDescriptorPoolSize & operator VkDescriptorPoolSize & ()

Defined at line 47739 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkDescriptorPoolSize * operator const VkDescriptorPoolSize * ()

Defined at line 47744 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkDescriptorPoolSize * operator VkDescriptorPoolSize * ()

Defined at line 47749 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const DescriptorPoolSize & )

Defined at line 47762 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp