SDL 2.0
|
#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 VkAttachmentReference const & () const | |
operator VkAttachmentReference & () | |
bool | operator== (AttachmentReference const &rhs) const |
bool | operator!= (AttachmentReference const &rhs) const |
Data Fields | |
uint32_t | attachment |
ImageLayout | layout |
Definition at line 7987 of file vulkan.hpp.
|
inline |
Definition at line 7989 of file vulkan.hpp.
|
inline |
Definition at line 7996 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 8023 of file vulkan.hpp.
|
inline |
Definition at line 8018 of file vulkan.hpp.
|
inline |
Definition at line 8034 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 8001 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 8028 of file vulkan.hpp.
References attachment, and layout.
Referenced by operator!=().
|
inline |
Definition at line 8006 of file vulkan.hpp.
|
inline |
Definition at line 8012 of file vulkan.hpp.
References layout.
uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference::attachment |
Definition at line 8039 of file vulkan.hpp.
Referenced by operator==().
ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference::layout |
Definition at line 8040 of file vulkan.hpp.
Referenced by operator==(), and setLayout().