Vulkan-Hpp
vk::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_={}, vk::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 InputAttachmentAspectReferencesetSubpass (uint32_t subpass_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InputAttachmentAspectReferencesetInputAttachmentIndex (uint32_t inputAttachmentIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InputAttachmentAspectReferencesetAspectMask (vk::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 = {}
 
vk::ImageAspectFlags aspectMask = {}
 

Detailed Description

Definition at line 49159 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ InputAttachmentAspectReference() [1/3]

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

Definition at line 49164 of file vulkan_structs.hpp.

◆ InputAttachmentAspectReference() [2/3]

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

◆ InputAttachmentAspectReference() [3/3]

vk::InputAttachmentAspectReference::InputAttachmentAspectReference ( VkInputAttachmentAspectReference const &  rhs)
inline

Definition at line 49175 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkInputAttachmentAspectReference &()

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

Definition at line 49214 of file vulkan_structs.hpp.

◆ operator VkInputAttachmentAspectReference const &()

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

Definition at line 49209 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 49243 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

InputAttachmentAspectReference& vk::InputAttachmentAspectReference::operator= ( VkInputAttachmentAspectReference const &  rhs)
inline

Definition at line 49183 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 49234 of file vulkan_structs.hpp.

◆ setAspectMask()

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

Definition at line 49202 of file vulkan_structs.hpp.

◆ setInputAttachmentIndex()

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

Definition at line 49196 of file vulkan_structs.hpp.

◆ setSubpass()

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

Definition at line 49190 of file vulkan_structs.hpp.

Member Data Documentation

◆ aspectMask

vk::ImageAspectFlags vk::InputAttachmentAspectReference::aspectMask = {}

Definition at line 49252 of file vulkan_structs.hpp.

◆ inputAttachmentIndex

uint32_t vk::InputAttachmentAspectReference::inputAttachmentIndex = {}

Definition at line 49251 of file vulkan_structs.hpp.

◆ subpass

uint32_t vk::InputAttachmentAspectReference::subpass = {}

Definition at line 49250 of file vulkan_structs.hpp.


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