|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| AttachmentReference (uint32_t attachment_=0, ImageLayout layout_=ImageLayout::eUndefined) | |
| AttachmentReference (VkAttachmentReference const &rhs) | |
| AttachmentReference & | operator= (VkAttachmentReference const &rhs) |
| AttachmentReference & | setAttachment (uint32_t attachment_) |
| AttachmentReference & | setLayout (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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference::attachment |
| ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference::layout |
1.8.15