Vulkan-Hpp
vk::SubpassEndInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSubpassEndInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SubpassEndInfo (const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubpassEndInfo (SubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubpassEndInfo (VkSubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SubpassEndInfooperator= (SubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SubpassEndInfooperator= (VkSubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SubpassEndInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassEndInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSubpassEndInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SubpassEndInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SubpassEndInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSubpassEndInfo
 
const void * pNext = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 109073 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SubpassEndInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::SubpassEndInfo::SubpassEndInfo ( const void *  pNext_ = nullptr)
inline

Definition at line 109081 of file vulkan_structs.hpp.

◆ SubpassEndInfo() [2/3]

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

◆ SubpassEndInfo() [3/3]

vk::SubpassEndInfo::SubpassEndInfo ( VkSubpassEndInfo const &  rhs)
inline

Definition at line 109085 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSubpassEndInfo &()

vk::SubpassEndInfo::operator VkSubpassEndInfo & ( )
inline

Definition at line 109109 of file vulkan_structs.hpp.

◆ operator VkSubpassEndInfo const &()

vk::SubpassEndInfo::operator VkSubpassEndInfo const & ( ) const
inline

Definition at line 109104 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 109138 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SubpassEndInfo& vk::SubpassEndInfo::operator= ( VkSubpassEndInfo const &  rhs)
inline

Definition at line 109090 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 109129 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 109097 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 109077 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 109146 of file vulkan_structs.hpp.

◆ structureType

Definition at line 109078 of file vulkan_structs.hpp.

◆ sType

Definition at line 109145 of file vulkan_structs.hpp.


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