#include <vulkan.hpp>
Definition at line 8193 of file vulkan.hpp.
◆ DescriptorPoolSize() [1/2]
◆ DescriptorPoolSize() [2/2]
◆ operator VkDescriptorPoolSize &()
Definition at line 8229 of file vulkan.hpp.
8231 return *reinterpret_cast<VkDescriptorPoolSize*>(
this);
◆ operator VkDescriptorPoolSize const &()
Definition at line 8224 of file vulkan.hpp.
8226 return *reinterpret_cast<const VkDescriptorPoolSize*>(
this);
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator!= |
( |
DescriptorPoolSize const & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator== |
( |
DescriptorPoolSize const & |
rhs | ) |
const |
|
inline |
◆ setDescriptorCount()
◆ setType()
◆ descriptorCount
| uint32_t VULKAN_HPP_NAMESPACE::DescriptorPoolSize::descriptorCount |
◆ type
The documentation for this struct was generated from the following file: