HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCommandBufferBeginInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo (VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_={}, const VULKAN_HPP_NAMESPACE::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
CommandBufferBeginInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferBeginInfo
setFlags (VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
CommandBufferBeginInfo
setPInheritanceInfo (const VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferBeginInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags = {}
 
const
VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo
pInheritanceInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 13608 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 13616 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::CommandBufferBeginInfo ( CommandBufferBeginInfo const rhs)
default
VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::CommandBufferBeginInfo ( VkCommandBufferBeginInfo const rhs)
inline

Definition at line 13627 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 13667 of file vulkan_structs.hpp.

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

Definition at line 13662 of file vulkan_structs.hpp.

CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator= ( CommandBufferBeginInfo const rhs)
default
CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator= ( VkCommandBufferBeginInfo const rhs)
inline

Definition at line 13635 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::operator== ( CommandBufferBeginInfo const rhs) const
inline

Definition at line 13690 of file vulkan_structs.hpp.

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

Definition at line 13648 of file vulkan_structs.hpp.

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

Definition at line 13655 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::setPNext ( const void pNext_)
inline

Definition at line 13642 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 13612 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::flags = {}

Definition at line 13708 of file vulkan_structs.hpp.

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

Definition at line 13709 of file vulkan_structs.hpp.

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

Definition at line 13707 of file vulkan_structs.hpp.

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

Definition at line 13613 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo::sType = StructureType::eCommandBufferBeginInfo

Definition at line 13706 of file vulkan_structs.hpp.


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