HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DescriptorPoolSize Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDescriptorPoolSize
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DescriptorPoolSize (VULKAN_HPP_NAMESPACE::DescriptorType type_=VULKAN_HPP_NAMESPACE::DescriptorType::eSampler, uint32_t descriptorCount_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DescriptorPoolSize (DescriptorPoolSize const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DescriptorPoolSize (VkDescriptorPoolSize const &rhs) VULKAN_HPP_NOEXCEPT
 
DescriptorPoolSizeoperator= (DescriptorPoolSize const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DescriptorPoolSizeoperator= (VkDescriptorPoolSize const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorPoolSize
setType (VULKAN_HPP_NAMESPACE::DescriptorType type_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorPoolSize
setDescriptorCount (uint32_t descriptorCount_) VULKAN_HPP_NOEXCEPT
 
 operator VkDescriptorPoolSize const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDescriptorPoolSize & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DescriptorPoolSize const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DescriptorPoolSize const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::DescriptorType type = VULKAN_HPP_NAMESPACE::DescriptorType::eSampler
 
uint32_t descriptorCount = {}
 

Detailed Description

Definition at line 21246 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DescriptorPoolSize::DescriptorPoolSize ( VULKAN_HPP_NAMESPACE::DescriptorType  type_ = VULKAN_HPP_NAMESPACE::DescriptorType::eSampler,
uint32_t  descriptorCount_ = {} 
)
inline

Definition at line 21251 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DescriptorPoolSize::DescriptorPoolSize ( DescriptorPoolSize const rhs)
default
VULKAN_HPP_NAMESPACE::DescriptorPoolSize::DescriptorPoolSize ( VkDescriptorPoolSize const rhs)
inline

Definition at line 21260 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 21290 of file vulkan_structs.hpp.

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

Definition at line 21285 of file vulkan_structs.hpp.

DescriptorPoolSize& VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator= ( DescriptorPoolSize const rhs)
default
DescriptorPoolSize& VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator= ( VkDescriptorPoolSize const rhs)
inline

Definition at line 21265 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::DescriptorPoolSize::operator== ( DescriptorPoolSize const rhs) const
inline

Definition at line 21310 of file vulkan_structs.hpp.

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

Definition at line 21278 of file vulkan_structs.hpp.

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

Definition at line 21272 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::DescriptorPoolSize::descriptorCount = {}

Definition at line 21327 of file vulkan_structs.hpp.

Definition at line 21326 of file vulkan_structs.hpp.


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