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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDescriptorSetAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo (VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_={}, uint32_t descriptorSetCount_={}, const VULKAN_HPP_NAMESPACE::DescriptorSetLayout *pSetLayouts_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo (DescriptorSetAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DescriptorSetAllocateInfo (VkDescriptorSetAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 DescriptorSetAllocateInfo (VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::DescriptorSetLayout > const &setLayouts_, const void *pNext_=nullptr)
 
DescriptorSetAllocateInfooperator= (DescriptorSetAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DescriptorSetAllocateInfooperator= (VkDescriptorSetAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorSetAllocateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorSetAllocateInfo
setDescriptorPool (VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorSetAllocateInfo
setDescriptorSetCount (uint32_t descriptorSetCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DescriptorSetAllocateInfo
setPSetLayouts (const VULKAN_HPP_NAMESPACE::DescriptorSetLayout *pSetLayouts_) VULKAN_HPP_NOEXCEPT
 
DescriptorSetAllocateInfosetSetLayouts (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::DescriptorSetLayout > const &setLayouts_) VULKAN_HPP_NOEXCEPT
 
 operator VkDescriptorSetAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDescriptorSetAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DescriptorSetAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DescriptorSetAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDescriptorSetAllocateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool = {}
 
uint32_t descriptorSetCount = {}
 
const
VULKAN_HPP_NAMESPACE::DescriptorSetLayout
pSetLayouts = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eDescriptorSetAllocateInfo
 

Detailed Description

Definition at line 21579 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( VULKAN_HPP_NAMESPACE::DescriptorPool  descriptorPool_ = {},
uint32_t  descriptorSetCount_ = {},
const VULKAN_HPP_NAMESPACE::DescriptorSetLayout pSetLayouts_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 21587 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( DescriptorSetAllocateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( VkDescriptorSetAllocateInfo const rhs)
inline

Definition at line 21600 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( VULKAN_HPP_NAMESPACE::DescriptorPool  descriptorPool_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::DescriptorSetLayout > const setLayouts_,
const void pNext_ = nullptr 
)
inline

Definition at line 21606 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::operator VkDescriptorSetAllocateInfo & ( )
inline

Definition at line 21664 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::operator VkDescriptorSetAllocateInfo const & ( ) const
inline

Definition at line 21659 of file vulkan_structs.hpp.

DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::operator= ( DescriptorSetAllocateInfo const rhs)
default
DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::operator= ( VkDescriptorSetAllocateInfo const rhs)
inline

Definition at line 21617 of file vulkan_structs.hpp.

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

Definition at line 21688 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::setDescriptorPool ( VULKAN_HPP_NAMESPACE::DescriptorPool  descriptorPool_)
inline

Definition at line 21630 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::setDescriptorSetCount ( uint32_t  descriptorSetCount_)
inline

Definition at line 21636 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::setPNext ( const void pNext_)
inline

Definition at line 21624 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::setPSetLayouts ( const VULKAN_HPP_NAMESPACE::DescriptorSetLayout pSetLayouts_)
inline

Definition at line 21642 of file vulkan_structs.hpp.

DescriptorSetAllocateInfo& VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::setSetLayouts ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::DescriptorSetLayout > const setLayouts_)
inline

Definition at line 21650 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::allowDuplicate = false
static

Definition at line 21583 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DescriptorPool VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::descriptorPool = {}

Definition at line 21707 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::descriptorSetCount = {}

Definition at line 21708 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::pNext = {}

Definition at line 21706 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::DescriptorSetLayout* VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::pSetLayouts = {}

Definition at line 21709 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::structureType = StructureType::eDescriptorSetAllocateInfo
static

Definition at line 21584 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::sType = StructureType::eDescriptorSetAllocateInfo

Definition at line 21705 of file vulkan_structs.hpp.


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