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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSubpassBeginInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SubpassBeginInfo (VULKAN_HPP_NAMESPACE::SubpassContents contents_=VULKAN_HPP_NAMESPACE::SubpassContents::eInline, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubpassBeginInfo (SubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubpassBeginInfo (VkSubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SubpassBeginInfooperator= (SubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SubpassBeginInfooperator= (VkSubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SubpassBeginInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SubpassBeginInfo
setContents (VULKAN_HPP_NAMESPACE::SubpassContents contents_) VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassBeginInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassBeginInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SubpassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SubpassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSubpassBeginInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::SubpassContents contents = VULKAN_HPP_NAMESPACE::SubpassContents::eInline
 

Static Public Attributes

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

Detailed Description

Definition at line 93772 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SubpassBeginInfo::SubpassBeginInfo ( VULKAN_HPP_NAMESPACE::SubpassContents  contents_ = VULKAN_HPP_NAMESPACE::SubpassContents::eInline,
const void pNext_ = nullptr 
)
inline

Definition at line 93780 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SubpassBeginInfo::SubpassBeginInfo ( SubpassBeginInfo const rhs)
default
VULKAN_HPP_NAMESPACE::SubpassBeginInfo::SubpassBeginInfo ( VkSubpassBeginInfo const rhs)
inline

Definition at line 93789 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::SubpassBeginInfo::operator VkSubpassBeginInfo & ( )
inline

Definition at line 93819 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SubpassBeginInfo::operator VkSubpassBeginInfo const & ( ) const
inline

Definition at line 93814 of file vulkan_structs.hpp.

Definition at line 93848 of file vulkan_structs.hpp.

SubpassBeginInfo& VULKAN_HPP_NAMESPACE::SubpassBeginInfo::operator= ( SubpassBeginInfo const rhs)
default
SubpassBeginInfo& VULKAN_HPP_NAMESPACE::SubpassBeginInfo::operator= ( VkSubpassBeginInfo const rhs)
inline

Definition at line 93794 of file vulkan_structs.hpp.

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

Definition at line 93839 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 SubpassBeginInfo& VULKAN_HPP_NAMESPACE::SubpassBeginInfo::setContents ( VULKAN_HPP_NAMESPACE::SubpassContents  contents_)
inline

Definition at line 93807 of file vulkan_structs.hpp.

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

Definition at line 93801 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 93776 of file vulkan_structs.hpp.

Definition at line 93857 of file vulkan_structs.hpp.

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

Definition at line 93856 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::SubpassBeginInfo::structureType = StructureType::eSubpassBeginInfo
static

Definition at line 93777 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SubpassBeginInfo::sType = StructureType::eSubpassBeginInfo

Definition at line 93855 of file vulkan_structs.hpp.


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