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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkRenderPassInputAttachmentAspectCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo (uint32_t aspectReferenceCount_={}, const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference *pAspectReferences_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo (RenderPassInputAttachmentAspectCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 RenderPassInputAttachmentAspectCreateInfo (VkRenderPassInputAttachmentAspectCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 RenderPassInputAttachmentAspectCreateInfo (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference > const &aspectReferences_, const void *pNext_=nullptr)
 
RenderPassInputAttachmentAspectCreateInfooperator= (RenderPassInputAttachmentAspectCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
RenderPassInputAttachmentAspectCreateInfooperator= (VkRenderPassInputAttachmentAspectCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RenderPassInputAttachmentAspectCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RenderPassInputAttachmentAspectCreateInfo
setAspectReferenceCount (uint32_t aspectReferenceCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RenderPassInputAttachmentAspectCreateInfo
setPAspectReferences (const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference *pAspectReferences_) VULKAN_HPP_NOEXCEPT
 
RenderPassInputAttachmentAspectCreateInfosetAspectReferences (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference > const &aspectReferences_) VULKAN_HPP_NOEXCEPT
 
 operator VkRenderPassInputAttachmentAspectCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkRenderPassInputAttachmentAspectCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (RenderPassInputAttachmentAspectCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RenderPassInputAttachmentAspectCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo
 
const voidpNext = {}
 
uint32_t aspectReferenceCount = {}
 
const
VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference
pAspectReferences = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 88407 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( uint32_t  aspectReferenceCount_ = {},
const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference pAspectReferences_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 88415 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( RenderPassInputAttachmentAspectCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( VkRenderPassInputAttachmentAspectCreateInfo const rhs)
inline

Definition at line 88426 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::RenderPassInputAttachmentAspectCreateInfo ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference > const aspectReferences_,
const void pNext_ = nullptr 
)
inline

Definition at line 88432 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::operator VkRenderPassInputAttachmentAspectCreateInfo & ( )
inline

Definition at line 88485 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::operator VkRenderPassInputAttachmentAspectCreateInfo const & ( ) const
inline

Definition at line 88480 of file vulkan_structs.hpp.

RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::operator= ( RenderPassInputAttachmentAspectCreateInfo const rhs)
default
RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::operator= ( VkRenderPassInputAttachmentAspectCreateInfo const rhs)
inline

Definition at line 88443 of file vulkan_structs.hpp.

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

Definition at line 88508 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::setAspectReferenceCount ( uint32_t  aspectReferenceCount_)
inline

Definition at line 88456 of file vulkan_structs.hpp.

RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::setAspectReferences ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference > const aspectReferences_)
inline

Definition at line 88470 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 RenderPassInputAttachmentAspectCreateInfo& VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::setPAspectReferences ( const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference pAspectReferences_)
inline

Definition at line 88463 of file vulkan_structs.hpp.

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

Definition at line 88450 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 88411 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::aspectReferenceCount = {}

Definition at line 88527 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference* VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::pAspectReferences = {}

Definition at line 88528 of file vulkan_structs.hpp.

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

Definition at line 88526 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo
static

Definition at line 88412 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo

Definition at line 88525 of file vulkan_structs.hpp.


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