|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| InputAttachmentAspectReference (uint32_t subpass_=0, uint32_t inputAttachmentIndex_=0, ImageAspectFlags aspectMask_=ImageAspectFlags()) | |
| InputAttachmentAspectReference (VkInputAttachmentAspectReference const &rhs) | |
| InputAttachmentAspectReference & | operator= (VkInputAttachmentAspectReference const &rhs) |
| InputAttachmentAspectReference & | setSubpass (uint32_t subpass_) |
| InputAttachmentAspectReference & | setInputAttachmentIndex (uint32_t inputAttachmentIndex_) |
| InputAttachmentAspectReference & | setAspectMask (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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ImageAspectFlags VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::aspectMask |
| uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::inputAttachmentIndex |
| uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::subpass |
1.8.15