RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::DescriptorPoolSize Struct Reference

#include <vulkan.hpp>

Public Member Functions

 DescriptorPoolSize (DescriptorType type_=DescriptorType::eSampler, uint32_t descriptorCount_=0)
 
 DescriptorPoolSize (VkDescriptorPoolSize const &rhs)
 
DescriptorPoolSizeoperator= (VkDescriptorPoolSize const &rhs)
 
DescriptorPoolSizesetType (DescriptorType type_)
 
DescriptorPoolSizesetDescriptorCount (uint32_t descriptorCount_)
 
 operator const VkDescriptorPoolSize & () const
 
bool operator== (DescriptorPoolSize const &rhs) const
 
bool operator!= (DescriptorPoolSize const &rhs) const
 

Public Attributes

DescriptorType type
 
uint32_t descriptorCount
 

Constructor & Destructor Documentation

◆ DescriptorPoolSize() [1/2]

VULKAN_HPP_NAMESPACE::DescriptorPoolSize::DescriptorPoolSize ( DescriptorType  type_ = DescriptorType::eSampler,
uint32_t  descriptorCount_ = 0 
)
inline

◆ DescriptorPoolSize() [2/2]

VULKAN_HPP_NAMESPACE::DescriptorPoolSize::DescriptorPoolSize ( VkDescriptorPoolSize const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDescriptorPoolSize &()

VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator const VkDescriptorPoolSize & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator!= ( DescriptorPoolSize const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

DescriptorPoolSize& VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator= ( VkDescriptorPoolSize const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator== ( DescriptorPoolSize const rhs) const
inline
Here is the caller graph for this function:

◆ setDescriptorCount()

DescriptorPoolSize& VULKAN_HPP_NAMESPACE::DescriptorPoolSize::setDescriptorCount ( uint32_t  descriptorCount_)
inline

◆ setType()

DescriptorPoolSize& VULKAN_HPP_NAMESPACE::DescriptorPoolSize::setType ( DescriptorType  type_)
inline

Member Data Documentation

◆ descriptorCount

uint32_t VULKAN_HPP_NAMESPACE::DescriptorPoolSize::descriptorCount

◆ type

DescriptorType VULKAN_HPP_NAMESPACE::DescriptorPoolSize::type

The documentation for this struct was generated from the following file: