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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo:
[legend]

Public Member Functions

 CommandPoolCreateInfo (CommandPoolCreateFlags flags_=CommandPoolCreateFlags(), uint32_t queueFamilyIndex_=0)
 
 CommandPoolCreateInfo (VkCommandPoolCreateInfo const &rhs)
 
CommandPoolCreateInfooperator= (VkCommandPoolCreateInfo const &rhs)
 
CommandPoolCreateInfosetPNext (const void *pNext_)
 
CommandPoolCreateInfosetFlags (CommandPoolCreateFlags flags_)
 
CommandPoolCreateInfosetQueueFamilyIndex (uint32_t queueFamilyIndex_)
 
 operator const VkCommandPoolCreateInfo & () const
 
bool operator== (CommandPoolCreateInfo const &rhs) const
 
bool operator!= (CommandPoolCreateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
CommandPoolCreateFlags flags
 
uint32_t queueFamilyIndex
 

Private Attributes

StructureType sType = StructureType::eCommandPoolCreateInfo
 

Constructor & Destructor Documentation

◆ CommandPoolCreateInfo() [1/2]

VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::CommandPoolCreateInfo ( CommandPoolCreateFlags  flags_ = CommandPoolCreateFlags(),
uint32_t  queueFamilyIndex_ = 0 
)
inline

◆ CommandPoolCreateInfo() [2/2]

VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::CommandPoolCreateInfo ( VkCommandPoolCreateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkCommandPoolCreateInfo &()

VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::operator const VkCommandPoolCreateInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setFlags()

CommandPoolCreateInfo& VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::setFlags ( CommandPoolCreateFlags  flags_)
inline

◆ setPNext()

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

◆ setQueueFamilyIndex()

CommandPoolCreateInfo& VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::setQueueFamilyIndex ( uint32_t  queueFamilyIndex_)
inline

Member Data Documentation

◆ flags

CommandPoolCreateFlags VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::flags

◆ pNext

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

◆ queueFamilyIndex

uint32_t VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::queueFamilyIndex

◆ sType

StructureType VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo::sType = StructureType::eCommandPoolCreateInfo
private

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