RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference:
[legend]

Public Member Functions

 InputAttachmentAspectReference (uint32_t subpass_=0, uint32_t inputAttachmentIndex_=0, ImageAspectFlags aspectMask_=ImageAspectFlags())
 
 InputAttachmentAspectReference (VkInputAttachmentAspectReference const &rhs)
 
InputAttachmentAspectReferenceoperator= (VkInputAttachmentAspectReference const &rhs)
 
InputAttachmentAspectReferencesetSubpass (uint32_t subpass_)
 
InputAttachmentAspectReferencesetInputAttachmentIndex (uint32_t inputAttachmentIndex_)
 
InputAttachmentAspectReferencesetAspectMask (ImageAspectFlags aspectMask_)
 
 operator const VkInputAttachmentAspectReference & () const
 
bool operator== (InputAttachmentAspectReference const &rhs) const
 
bool operator!= (InputAttachmentAspectReference const &rhs) const
 

Public Attributes

uint32_t subpass
 
uint32_t inputAttachmentIndex
 
ImageAspectFlags aspectMask
 

Constructor & Destructor Documentation

◆ InputAttachmentAspectReference() [1/2]

VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::InputAttachmentAspectReference ( uint32_t  subpass_ = 0,
uint32_t  inputAttachmentIndex_ = 0,
ImageAspectFlags  aspectMask_ = ImageAspectFlags() 
)
inline

◆ InputAttachmentAspectReference() [2/2]

VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::InputAttachmentAspectReference ( VkInputAttachmentAspectReference const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkInputAttachmentAspectReference &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator!= ( InputAttachmentAspectReference const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

InputAttachmentAspectReference& VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator= ( VkInputAttachmentAspectReference const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::operator== ( InputAttachmentAspectReference const rhs) const
inline
Here is the caller graph for this function:

◆ setAspectMask()

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

◆ setInputAttachmentIndex()

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

◆ setSubpass()

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

Member Data Documentation

◆ aspectMask

ImageAspectFlags VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::aspectMask

◆ inputAttachmentIndex

uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::inputAttachmentIndex

◆ subpass

uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::subpass

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