Vulkan-Hpp
vk::CommandPoolCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandPoolCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo (vk::CommandPoolCreateFlags flags_={}, uint32_t queueFamilyIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo (CommandPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CommandPoolCreateInfo (VkCommandPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
CommandPoolCreateInfooperator= (CommandPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CommandPoolCreateInfooperator= (VkCommandPoolCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandPoolCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandPoolCreateInfosetFlags (vk::CommandPoolCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandPoolCreateInfosetQueueFamilyIndex (uint32_t queueFamilyIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkCommandPoolCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCommandPoolCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CommandPoolCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CommandPoolCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCommandPoolCreateInfo
 
const void * pNext = {}
 
vk::CommandPoolCreateFlags flags = {}
 
uint32_t queueFamilyIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 15614 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CommandPoolCreateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::CommandPoolCreateInfo::CommandPoolCreateInfo ( vk::CommandPoolCreateFlags  flags_ = {},
uint32_t  queueFamilyIndex_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 15622 of file vulkan_structs.hpp.

◆ CommandPoolCreateInfo() [2/3]

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

◆ CommandPoolCreateInfo() [3/3]

vk::CommandPoolCreateInfo::CommandPoolCreateInfo ( VkCommandPoolCreateInfo const &  rhs)
inline

Definition at line 15633 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCommandPoolCreateInfo &()

vk::CommandPoolCreateInfo::operator VkCommandPoolCreateInfo & ( )
inline

Definition at line 15672 of file vulkan_structs.hpp.

◆ operator VkCommandPoolCreateInfo const &()

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

Definition at line 15667 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 15701 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CommandPoolCreateInfo& vk::CommandPoolCreateInfo::operator= ( VkCommandPoolCreateInfo const &  rhs)
inline

Definition at line 15641 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 15692 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 CommandPoolCreateInfo& vk::CommandPoolCreateInfo::setFlags ( vk::CommandPoolCreateFlags  flags_)
inline

Definition at line 15654 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 15648 of file vulkan_structs.hpp.

◆ setQueueFamilyIndex()

VULKAN_HPP_CONSTEXPR_14 CommandPoolCreateInfo& vk::CommandPoolCreateInfo::setQueueFamilyIndex ( uint32_t  queueFamilyIndex_)
inline

Definition at line 15660 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 15618 of file vulkan_structs.hpp.

◆ flags

vk::CommandPoolCreateFlags vk::CommandPoolCreateInfo::flags = {}

Definition at line 15710 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 15709 of file vulkan_structs.hpp.

◆ queueFamilyIndex

uint32_t vk::CommandPoolCreateInfo::queueFamilyIndex = {}

Definition at line 15711 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CommandPoolCreateInfo::structureType = StructureType::eCommandPoolCreateInfo
static

Definition at line 15619 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CommandPoolCreateInfo::sType = StructureType::eCommandPoolCreateInfo

Definition at line 15708 of file vulkan_structs.hpp.


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