struct DescriptorPoolSize
Defined at line 24934 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
DescriptorType type
uint32_t descriptorCount
Public Methods
void DescriptorPoolSize (vk::DescriptorType type_, uint32_t descriptorCount_)
Defined at line 24939 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DescriptorPoolSize (const DescriptorPoolSize & rhs)
Defined at line 24946 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DescriptorPoolSize (const VkDescriptorPoolSize & rhs)
Defined at line 24948 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorPoolSize & operator= (const DescriptorPoolSize & rhs)
Defined at line 24950 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorPoolSize & operator= (const VkDescriptorPoolSize & rhs)
Defined at line 24953 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorPoolSize & setType (vk::DescriptorType type_)
Defined at line 24960 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorPoolSize & setDescriptorCount (uint32_t descriptorCount_)
Defined at line 24966 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkDescriptorPoolSize & operator const VkDescriptorPoolSize & ()
Defined at line 24973 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkDescriptorPoolSize & operator VkDescriptorPoolSize & ()
Defined at line 24978 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const DescriptorPoolSize & )
Defined at line 24996 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp