SDL 2.0
|
#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 VkInputAttachmentAspectReference const & () const | |
operator VkInputAttachmentAspectReference & () | |
bool | operator== (InputAttachmentAspectReference const &rhs) const |
bool | operator!= (InputAttachmentAspectReference const &rhs) const |
Data Fields | |
uint32_t | subpass |
uint32_t | inputAttachmentIndex |
ImageAspectFlags | aspectMask |
Definition at line 25618 of file vulkan.hpp.
|
inline |
Definition at line 25620 of file vulkan.hpp.
|
inline |
Definition at line 25629 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25662 of file vulkan.hpp.
|
inline |
Definition at line 25657 of file vulkan.hpp.
|
inline |
Definition at line 25674 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 25667 of file vulkan.hpp.
References aspectMask, inputAttachmentIndex, and subpass.
Referenced by operator!=().
|
inline |
Definition at line 25651 of file vulkan.hpp.
References aspectMask.
|
inline |
Definition at line 25645 of file vulkan.hpp.
References inputAttachmentIndex.
|
inline |
Definition at line 25639 of file vulkan.hpp.
References subpass.
ImageAspectFlags VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::aspectMask |
Definition at line 25681 of file vulkan.hpp.
Referenced by operator==(), and setAspectMask().
uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::inputAttachmentIndex |
Definition at line 25680 of file vulkan.hpp.
Referenced by operator==(), and setInputAttachmentIndex().
uint32_t VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference::subpass |
Definition at line 25679 of file vulkan.hpp.
Referenced by operator==(), and setSubpass().