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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo:
[legend]

Public Member Functions

 DescriptorSetAllocateInfo (DescriptorPool descriptorPool_=DescriptorPool(), uint32_t descriptorSetCount_=0, const DescriptorSetLayout *pSetLayouts_=nullptr)
 
 DescriptorSetAllocateInfo (VkDescriptorSetAllocateInfo const &rhs)
 
DescriptorSetAllocateInfooperator= (VkDescriptorSetAllocateInfo const &rhs)
 
DescriptorSetAllocateInfosetPNext (const void *pNext_)
 
DescriptorSetAllocateInfosetDescriptorPool (DescriptorPool descriptorPool_)
 
DescriptorSetAllocateInfosetDescriptorSetCount (uint32_t descriptorSetCount_)
 
DescriptorSetAllocateInfosetPSetLayouts (const DescriptorSetLayout *pSetLayouts_)
 
 operator const VkDescriptorSetAllocateInfo & () const
 
bool operator== (DescriptorSetAllocateInfo const &rhs) const
 
bool operator!= (DescriptorSetAllocateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
DescriptorPool descriptorPool
 
uint32_t descriptorSetCount
 
const DescriptorSetLayoutpSetLayouts
 

Private Attributes

StructureType sType = StructureType::eDescriptorSetAllocateInfo
 

Constructor & Destructor Documentation

◆ DescriptorSetAllocateInfo() [1/2]

VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( DescriptorPool  descriptorPool_ = DescriptorPool(),
uint32_t  descriptorSetCount_ = 0,
const DescriptorSetLayout pSetLayouts_ = nullptr 
)
inline

◆ DescriptorSetAllocateInfo() [2/2]

VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::DescriptorSetAllocateInfo ( VkDescriptorSetAllocateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDescriptorSetAllocateInfo &()

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

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setDescriptorPool()

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

◆ setDescriptorSetCount()

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

◆ setPNext()

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

◆ setPSetLayouts()

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

Member Data Documentation

◆ descriptorPool

DescriptorPool VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::descriptorPool

◆ descriptorSetCount

uint32_t VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::descriptorSetCount

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::pNext = nullptr

◆ pSetLayouts

const DescriptorSetLayout* VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo::pSetLayouts

◆ sType

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

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