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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkAttachmentReference2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR AttachmentReference2 (uint32_t attachment_={}, VULKAN_HPP_NAMESPACE::ImageLayout layout_=VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined, VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR AttachmentReference2 (AttachmentReference2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 AttachmentReference2 (VkAttachmentReference2 const &rhs) VULKAN_HPP_NOEXCEPT
 
AttachmentReference2operator= (AttachmentReference2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
AttachmentReference2operator= (VkAttachmentReference2 const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentReference2
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentReference2
setAttachment (uint32_t attachment_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentReference2
setLayout (VULKAN_HPP_NAMESPACE::ImageLayout layout_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
AttachmentReference2
setAspectMask (VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_) VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentReference2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkAttachmentReference2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (AttachmentReference2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (AttachmentReference2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eAttachmentReference2
 
const voidpNext = {}
 
uint32_t attachment = {}
 
VULKAN_HPP_NAMESPACE::ImageLayout layout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined
 
VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 5743 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::AttachmentReference2::AttachmentReference2 ( uint32_t  attachment_ = {},
VULKAN_HPP_NAMESPACE::ImageLayout  layout_ = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined,
VULKAN_HPP_NAMESPACE::ImageAspectFlags  aspectMask_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 5751 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::AttachmentReference2::AttachmentReference2 ( AttachmentReference2 const rhs)
default
VULKAN_HPP_NAMESPACE::AttachmentReference2::AttachmentReference2 ( VkAttachmentReference2 const rhs)
inline

Definition at line 5764 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::AttachmentReference2::operator VkAttachmentReference2 & ( )
inline

Definition at line 5809 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::AttachmentReference2::operator VkAttachmentReference2 const & ( ) const
inline

Definition at line 5804 of file vulkan_structs.hpp.

AttachmentReference2& VULKAN_HPP_NAMESPACE::AttachmentReference2::operator= ( AttachmentReference2 const rhs)
default
AttachmentReference2& VULKAN_HPP_NAMESPACE::AttachmentReference2::operator= ( VkAttachmentReference2 const rhs)
inline

Definition at line 5772 of file vulkan_structs.hpp.

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

Definition at line 5833 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentReference2& VULKAN_HPP_NAMESPACE::AttachmentReference2::setAspectMask ( VULKAN_HPP_NAMESPACE::ImageAspectFlags  aspectMask_)
inline

Definition at line 5797 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentReference2& VULKAN_HPP_NAMESPACE::AttachmentReference2::setAttachment ( uint32_t  attachment_)
inline

Definition at line 5785 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 AttachmentReference2& VULKAN_HPP_NAMESPACE::AttachmentReference2::setLayout ( VULKAN_HPP_NAMESPACE::ImageLayout  layout_)
inline

Definition at line 5791 of file vulkan_structs.hpp.

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

Definition at line 5779 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 5747 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageAspectFlags VULKAN_HPP_NAMESPACE::AttachmentReference2::aspectMask = {}

Definition at line 5854 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference2::attachment = {}

Definition at line 5852 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference2::layout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined

Definition at line 5853 of file vulkan_structs.hpp.

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

Definition at line 5851 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::AttachmentReference2::structureType = StructureType::eAttachmentReference2
static

Definition at line 5748 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::AttachmentReference2::sType = StructureType::eAttachmentReference2

Definition at line 5850 of file vulkan_structs.hpp.


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