SDL  2.0
VULKAN_HPP_NAMESPACE::SubpassEndInfo Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR SubpassEndInfo () VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubpassEndInfo (SubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubpassEndInfo (VkSubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SubpassEndInfooperator= (VkSubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SubpassEndInfooperator= (SubpassEndInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
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
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSubpassEndInfo
 
const voidpNext = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 32703 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ SubpassEndInfo() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SubpassEndInfo::SubpassEndInfo ( )
inline

Definition at line 32709 of file vulkan.hpp.

32711  {}

◆ SubpassEndInfo() [2/3]

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

◆ SubpassEndInfo() [3/3]

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

Definition at line 32715 of file vulkan.hpp.

32716  {
32717  *this = rhs;
32718  }

Member Function Documentation

◆ operator VkSubpassEndInfo &()

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

Definition at line 32745 of file vulkan.hpp.

32746  {
32747  return *reinterpret_cast<VkSubpassEndInfo*>( this );
32748  }

◆ operator VkSubpassEndInfo const &()

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

Definition at line 32740 of file vulkan.hpp.

32741  {
32742  return *reinterpret_cast<const VkSubpassEndInfo*>( this );
32743  }

◆ operator!=()

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

Definition at line 32760 of file vulkan.hpp.

32761  {
32762  return !operator==( rhs );
32763  }
bool operator==(SubpassEndInfo const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:32754

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

SubpassEndInfo& VULKAN_HPP_NAMESPACE::SubpassEndInfo::operator= ( SubpassEndInfo const &  rhs)
inline

Definition at line 32727 of file vulkan.hpp.

32728  {
32729  memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassEndInfo ) );
32730  return *this;
32731  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR SubpassEndInfo() VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:32709

References memcpy.

◆ operator=() [2/2]

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

Definition at line 32721 of file vulkan.hpp.

32722  {
32723  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubpassEndInfo const *>( &rhs );
32724  return *this;
32725  }

◆ operator==()

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

Definition at line 32754 of file vulkan.hpp.

32755  {
32756  return ( sType == rhs.sType )
32757  && ( pNext == rhs.pNext );
32758  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:32769

◆ setPNext()

SubpassEndInfo& VULKAN_HPP_NAMESPACE::SubpassEndInfo::setPNext ( const void pNext_)
inline

Definition at line 32733 of file vulkan.hpp.

32734  {
32735  pNext = pNext_;
32736  return *this;
32737  }

Field Documentation

◆ allowDuplicate

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

Definition at line 32705 of file vulkan.hpp.

◆ pNext

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

Definition at line 32770 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::SubpassEndInfo::structureType = StructureType::eSubpassEndInfo
static

Definition at line 32706 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SubpassEndInfo::sType = StructureType::eSubpassEndInfo

Definition at line 32769 of file vulkan.hpp.


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