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

#include <vulkan.hpp>

Public Member Functions

 AttachmentReference (uint32_t attachment_=0, ImageLayout layout_=ImageLayout::eUndefined)
 
 AttachmentReference (VkAttachmentReference const &rhs)
 
AttachmentReferenceoperator= (VkAttachmentReference const &rhs)
 
AttachmentReferencesetAttachment (uint32_t attachment_)
 
AttachmentReferencesetLayout (ImageLayout layout_)
 
 operator const VkAttachmentReference & () const
 
bool operator== (AttachmentReference const &rhs) const
 
bool operator!= (AttachmentReference const &rhs) const
 

Public Attributes

uint32_t attachment
 
ImageLayout layout
 

Constructor & Destructor Documentation

◆ AttachmentReference() [1/2]

VULKAN_HPP_NAMESPACE::AttachmentReference::AttachmentReference ( uint32_t  attachment_ = 0,
ImageLayout  layout_ = ImageLayout::eUndefined 
)
inline

◆ AttachmentReference() [2/2]

VULKAN_HPP_NAMESPACE::AttachmentReference::AttachmentReference ( VkAttachmentReference const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkAttachmentReference &()

VULKAN_HPP_NAMESPACE::AttachmentReference::operator const VkAttachmentReference & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setAttachment()

AttachmentReference& VULKAN_HPP_NAMESPACE::AttachmentReference::setAttachment ( uint32_t  attachment_)
inline

◆ setLayout()

AttachmentReference& VULKAN_HPP_NAMESPACE::AttachmentReference::setLayout ( ImageLayout  layout_)
inline

Member Data Documentation

◆ attachment

uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference::attachment

◆ layout

ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference::layout

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