Vulkan-Hpp
vk::CommandBufferBeginInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferBeginInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo (vk::CommandBufferUsageFlags flags_={}, const vk::CommandBufferInheritanceInfo *pInheritanceInfo_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo (CommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CommandBufferBeginInfo (VkCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
CommandBufferBeginInfooperator= (CommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CommandBufferBeginInfooperator= (VkCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfosetFlags (vk::CommandBufferUsageFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfosetPInheritanceInfo (const vk::CommandBufferInheritanceInfo *pInheritanceInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferBeginInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCommandBufferBeginInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CommandBufferBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CommandBufferBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCommandBufferBeginInfo
 
const void * pNext = {}
 
vk::CommandBufferUsageFlags flags = {}
 
const vk::CommandBufferInheritanceInfopInheritanceInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 14742 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CommandBufferBeginInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::CommandBufferBeginInfo::CommandBufferBeginInfo ( vk::CommandBufferUsageFlags  flags_ = {},
const vk::CommandBufferInheritanceInfo pInheritanceInfo_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 14750 of file vulkan_structs.hpp.

◆ CommandBufferBeginInfo() [2/3]

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

◆ CommandBufferBeginInfo() [3/3]

vk::CommandBufferBeginInfo::CommandBufferBeginInfo ( VkCommandBufferBeginInfo const &  rhs)
inline

Definition at line 14761 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCommandBufferBeginInfo &()

vk::CommandBufferBeginInfo::operator VkCommandBufferBeginInfo & ( )
inline

Definition at line 14801 of file vulkan_structs.hpp.

◆ operator VkCommandBufferBeginInfo const &()

vk::CommandBufferBeginInfo::operator VkCommandBufferBeginInfo const & ( ) const
inline

Definition at line 14796 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 14833 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CommandBufferBeginInfo& vk::CommandBufferBeginInfo::operator= ( VkCommandBufferBeginInfo const &  rhs)
inline

Definition at line 14769 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 14824 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo& vk::CommandBufferBeginInfo::setFlags ( vk::CommandBufferUsageFlags  flags_)
inline

Definition at line 14782 of file vulkan_structs.hpp.

◆ setPInheritanceInfo()

VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo& vk::CommandBufferBeginInfo::setPInheritanceInfo ( const vk::CommandBufferInheritanceInfo pInheritanceInfo_)
inline

Definition at line 14789 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 14776 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 14746 of file vulkan_structs.hpp.

◆ flags

vk::CommandBufferUsageFlags vk::CommandBufferBeginInfo::flags = {}

Definition at line 14842 of file vulkan_structs.hpp.

◆ pInheritanceInfo

const vk::CommandBufferInheritanceInfo* vk::CommandBufferBeginInfo::pInheritanceInfo = {}

Definition at line 14843 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 14841 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CommandBufferBeginInfo::structureType = StructureType::eCommandBufferBeginInfo
static

Definition at line 14747 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CommandBufferBeginInfo::sType = StructureType::eCommandBufferBeginInfo

Definition at line 14840 of file vulkan_structs.hpp.


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