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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkInputAttachmentAspectReference
 

Public Member Functions

VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference (uint32_t subpass_={}, uint32_t inputAttachmentIndex_={}, VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference (InputAttachmentAspectReference const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 InputAttachmentAspectReference (VkInputAttachmentAspectReference const &rhs) VULKAN_HPP_NOEXCEPT
 
InputAttachmentAspectReferenceoperator= (InputAttachmentAspectReference const &rhs) VULKAN_HPP_NOEXCEPT=default
 
InputAttachmentAspectReferenceoperator= (VkInputAttachmentAspectReference const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
InputAttachmentAspectReference
setSubpass (uint32_t subpass_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
InputAttachmentAspectReference
setInputAttachmentIndex (uint32_t inputAttachmentIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
InputAttachmentAspectReference
setAspectMask (VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_) VULKAN_HPP_NOEXCEPT
 
 operator VkInputAttachmentAspectReference const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkInputAttachmentAspectReference & () VULKAN_HPP_NOEXCEPT
 
bool operator== (InputAttachmentAspectReference const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (InputAttachmentAspectReference const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t subpass = {}
 
uint32_t inputAttachmentIndex = {}
 
VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {}
 

Detailed Description

Definition at line 44034 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::InputAttachmentAspectReference ( uint32_t  subpass_ = {},
uint32_t  inputAttachmentIndex_ = {},
VULKAN_HPP_NAMESPACE::ImageAspectFlags  aspectMask_ = {} 
)
inline

Definition at line 44039 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::InputAttachmentAspectReference ( InputAttachmentAspectReference const rhs)
default
VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::InputAttachmentAspectReference ( VkInputAttachmentAspectReference const rhs)
inline

Definition at line 44050 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator VkInputAttachmentAspectReference & ( )
inline

Definition at line 44089 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator VkInputAttachmentAspectReference const & ( ) const
inline

Definition at line 44084 of file vulkan_structs.hpp.

InputAttachmentAspectReference& VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator= ( InputAttachmentAspectReference const rhs)
default
InputAttachmentAspectReference& VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator= ( VkInputAttachmentAspectReference const rhs)
inline

Definition at line 44058 of file vulkan_structs.hpp.

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

Definition at line 44109 of file vulkan_structs.hpp.

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

Definition at line 44077 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 InputAttachmentAspectReference& VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::setInputAttachmentIndex ( uint32_t  inputAttachmentIndex_)
inline

Definition at line 44071 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 InputAttachmentAspectReference& VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::setSubpass ( uint32_t  subpass_)
inline

Definition at line 44065 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::ImageAspectFlags VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::aspectMask = {}

Definition at line 44127 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::inputAttachmentIndex = {}

Definition at line 44126 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::subpass = {}

Definition at line 44125 of file vulkan_structs.hpp.


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