Vulkan-Hpp
vk::CommandBufferAllocateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo (vk::CommandPool commandPool_={}, vk::CommandBufferLevel level_=vk::CommandBufferLevel::ePrimary, uint32_t commandBufferCount_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo (CommandBufferAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CommandBufferAllocateInfo (VkCommandBufferAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
CommandBufferAllocateInfooperator= (CommandBufferAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CommandBufferAllocateInfooperator= (VkCommandBufferAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfosetCommandPool (vk::CommandPool commandPool_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfosetLevel (vk::CommandBufferLevel level_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfosetCommandBufferCount (uint32_t commandBufferCount_) VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CommandBufferAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CommandBufferAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCommandBufferAllocateInfo
 
const void * pNext = {}
 
vk::CommandPool commandPool = {}
 
vk::CommandBufferLevel level = vk::CommandBufferLevel::ePrimary
 
uint32_t commandBufferCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 14470 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CommandBufferAllocateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::CommandBufferAllocateInfo::CommandBufferAllocateInfo ( vk::CommandPool  commandPool_ = {},
vk::CommandBufferLevel  level_ = vk::CommandBufferLevel::ePrimary,
uint32_t  commandBufferCount_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 14478 of file vulkan_structs.hpp.

◆ CommandBufferAllocateInfo() [2/3]

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

◆ CommandBufferAllocateInfo() [3/3]

vk::CommandBufferAllocateInfo::CommandBufferAllocateInfo ( VkCommandBufferAllocateInfo const &  rhs)
inline

Definition at line 14491 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCommandBufferAllocateInfo &()

vk::CommandBufferAllocateInfo::operator VkCommandBufferAllocateInfo & ( )
inline

Definition at line 14536 of file vulkan_structs.hpp.

◆ operator VkCommandBufferAllocateInfo const &()

vk::CommandBufferAllocateInfo::operator VkCommandBufferAllocateInfo const & ( ) const
inline

Definition at line 14531 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 14570 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CommandBufferAllocateInfo& vk::CommandBufferAllocateInfo::operator= ( VkCommandBufferAllocateInfo const &  rhs)
inline

Definition at line 14499 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 14560 of file vulkan_structs.hpp.

◆ setCommandBufferCount()

VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo& vk::CommandBufferAllocateInfo::setCommandBufferCount ( uint32_t  commandBufferCount_)
inline

Definition at line 14524 of file vulkan_structs.hpp.

◆ setCommandPool()

VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo& vk::CommandBufferAllocateInfo::setCommandPool ( vk::CommandPool  commandPool_)
inline

Definition at line 14512 of file vulkan_structs.hpp.

◆ setLevel()

VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo& vk::CommandBufferAllocateInfo::setLevel ( vk::CommandBufferLevel  level_)
inline

Definition at line 14518 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 14506 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 14474 of file vulkan_structs.hpp.

◆ commandBufferCount

uint32_t vk::CommandBufferAllocateInfo::commandBufferCount = {}

Definition at line 14581 of file vulkan_structs.hpp.

◆ commandPool

vk::CommandPool vk::CommandBufferAllocateInfo::commandPool = {}

Definition at line 14579 of file vulkan_structs.hpp.

◆ level

vk::CommandBufferLevel vk::CommandBufferAllocateInfo::level = vk::CommandBufferLevel::ePrimary

Definition at line 14580 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 14578 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CommandBufferAllocateInfo::structureType = StructureType::eCommandBufferAllocateInfo
static

Definition at line 14475 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CommandBufferAllocateInfo::sType = StructureType::eCommandBufferAllocateInfo

Definition at line 14577 of file vulkan_structs.hpp.


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