Vulkan-Hpp
vk::MutableDescriptorTypeCreateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMutableDescriptorTypeCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MutableDescriptorTypeCreateInfoEXT (uint32_t mutableDescriptorTypeListCount_={}, const vk::MutableDescriptorTypeListEXT *pMutableDescriptorTypeLists_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MutableDescriptorTypeCreateInfoEXT (MutableDescriptorTypeCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MutableDescriptorTypeCreateInfoEXT (VkMutableDescriptorTypeCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 MutableDescriptorTypeCreateInfoEXT (vk::ArrayProxyNoTemporaries< const vk::MutableDescriptorTypeListEXT > const &mutableDescriptorTypeLists_, const void *pNext_=nullptr)
 
MutableDescriptorTypeCreateInfoEXToperator= (MutableDescriptorTypeCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MutableDescriptorTypeCreateInfoEXToperator= (VkMutableDescriptorTypeCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXTsetMutableDescriptorTypeListCount (uint32_t mutableDescriptorTypeListCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXTsetPMutableDescriptorTypeLists (const vk::MutableDescriptorTypeListEXT *pMutableDescriptorTypeLists_) VULKAN_HPP_NOEXCEPT
 
MutableDescriptorTypeCreateInfoEXTsetMutableDescriptorTypeLists (vk::ArrayProxyNoTemporaries< const vk::MutableDescriptorTypeListEXT > const &mutableDescriptorTypeLists_) VULKAN_HPP_NOEXCEPT
 
 operator VkMutableDescriptorTypeCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMutableDescriptorTypeCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MutableDescriptorTypeCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MutableDescriptorTypeCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMutableDescriptorTypeCreateInfoEXT
 
const void * pNext = {}
 
uint32_t mutableDescriptorTypeListCount = {}
 
const vk::MutableDescriptorTypeListEXTpMutableDescriptorTypeLists = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 54130 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MutableDescriptorTypeCreateInfoEXT() [1/4]

VULKAN_HPP_CONSTEXPR vk::MutableDescriptorTypeCreateInfoEXT::MutableDescriptorTypeCreateInfoEXT ( uint32_t  mutableDescriptorTypeListCount_ = {},
const vk::MutableDescriptorTypeListEXT pMutableDescriptorTypeLists_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 54138 of file vulkan_structs.hpp.

◆ MutableDescriptorTypeCreateInfoEXT() [2/4]

VULKAN_HPP_CONSTEXPR vk::MutableDescriptorTypeCreateInfoEXT::MutableDescriptorTypeCreateInfoEXT ( MutableDescriptorTypeCreateInfoEXT const &  rhs)
default

◆ MutableDescriptorTypeCreateInfoEXT() [3/4]

vk::MutableDescriptorTypeCreateInfoEXT::MutableDescriptorTypeCreateInfoEXT ( VkMutableDescriptorTypeCreateInfoEXT const &  rhs)
inline

Definition at line 54149 of file vulkan_structs.hpp.

◆ MutableDescriptorTypeCreateInfoEXT() [4/4]

vk::MutableDescriptorTypeCreateInfoEXT::MutableDescriptorTypeCreateInfoEXT ( vk::ArrayProxyNoTemporaries< const vk::MutableDescriptorTypeListEXT > const &  mutableDescriptorTypeLists_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 54155 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMutableDescriptorTypeCreateInfoEXT &()

vk::MutableDescriptorTypeCreateInfoEXT::operator VkMutableDescriptorTypeCreateInfoEXT & ( )
inline

Definition at line 54212 of file vulkan_structs.hpp.

◆ operator VkMutableDescriptorTypeCreateInfoEXT const &()

vk::MutableDescriptorTypeCreateInfoEXT::operator VkMutableDescriptorTypeCreateInfoEXT const & ( ) const
inline

Definition at line 54207 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::MutableDescriptorTypeCreateInfoEXT::operator!= ( MutableDescriptorTypeCreateInfoEXT const &  rhs) const
inline

Definition at line 54245 of file vulkan_structs.hpp.

◆ operator=() [1/2]

MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::operator= ( MutableDescriptorTypeCreateInfoEXT const &  rhs)
default

◆ operator=() [2/2]

MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::operator= ( VkMutableDescriptorTypeCreateInfoEXT const &  rhs)
inline

Definition at line 54168 of file vulkan_structs.hpp.

◆ operator==()

bool vk::MutableDescriptorTypeCreateInfoEXT::operator== ( MutableDescriptorTypeCreateInfoEXT const &  rhs) const
inline

Definition at line 54235 of file vulkan_structs.hpp.

◆ setMutableDescriptorTypeListCount()

VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::setMutableDescriptorTypeListCount ( uint32_t  mutableDescriptorTypeListCount_)
inline

Definition at line 54182 of file vulkan_structs.hpp.

◆ setMutableDescriptorTypeLists()

MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::setMutableDescriptorTypeLists ( vk::ArrayProxyNoTemporaries< const vk::MutableDescriptorTypeListEXT > const &  mutableDescriptorTypeLists_)
inline

Definition at line 54196 of file vulkan_structs.hpp.

◆ setPMutableDescriptorTypeLists()

VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::setPMutableDescriptorTypeLists ( const vk::MutableDescriptorTypeListEXT pMutableDescriptorTypeLists_)
inline

Definition at line 54189 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 MutableDescriptorTypeCreateInfoEXT& vk::MutableDescriptorTypeCreateInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 54175 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::MutableDescriptorTypeCreateInfoEXT::allowDuplicate = false
static

Definition at line 54134 of file vulkan_structs.hpp.

◆ mutableDescriptorTypeListCount

uint32_t vk::MutableDescriptorTypeCreateInfoEXT::mutableDescriptorTypeListCount = {}

Definition at line 54254 of file vulkan_structs.hpp.

◆ pMutableDescriptorTypeLists

const vk::MutableDescriptorTypeListEXT* vk::MutableDescriptorTypeCreateInfoEXT::pMutableDescriptorTypeLists = {}

Definition at line 54255 of file vulkan_structs.hpp.

◆ pNext

const void* vk::MutableDescriptorTypeCreateInfoEXT::pNext = {}

Definition at line 54253 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MutableDescriptorTypeCreateInfoEXT::structureType = StructureType::eMutableDescriptorTypeCreateInfoEXT
static

Definition at line 54135 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MutableDescriptorTypeCreateInfoEXT::sType = StructureType::eMutableDescriptorTypeCreateInfoEXT

Definition at line 54252 of file vulkan_structs.hpp.


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