|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::AttachmentReference2KHR:Public Member Functions | |
| AttachmentReference2KHR (uint32_t attachment_=0, ImageLayout layout_=ImageLayout::eUndefined, ImageAspectFlags aspectMask_=ImageAspectFlags()) | |
| AttachmentReference2KHR (VkAttachmentReference2KHR const &rhs) | |
| AttachmentReference2KHR & | operator= (VkAttachmentReference2KHR const &rhs) |
| AttachmentReference2KHR & | setPNext (const void *pNext_) |
| AttachmentReference2KHR & | setAttachment (uint32_t attachment_) |
| AttachmentReference2KHR & | setLayout (ImageLayout layout_) |
| AttachmentReference2KHR & | setAspectMask (ImageAspectFlags aspectMask_) |
| operator VkAttachmentReference2KHR const & () const | |
| operator VkAttachmentReference2KHR & () | |
| bool | operator== (AttachmentReference2KHR const &rhs) const |
| bool | operator!= (AttachmentReference2KHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | attachment |
| ImageLayout | layout |
| ImageAspectFlags | aspectMask |
Private Attributes | |
| StructureType | sType = StructureType::eAttachmentReference2KHR |
Definition at line 25883 of file vulkan.hpp.
|
inline |
Definition at line 25885 of file vulkan.hpp.
|
inline |
Definition at line 25894 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25933 of file vulkan.hpp.
|
inline |
Definition at line 25928 of file vulkan.hpp.
|
inline |
Definition at line 25947 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 25899 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25938 of file vulkan.hpp.
References aspectMask, attachment, layout, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 25922 of file vulkan.hpp.
References aspectMask.
|
inline |
Definition at line 25910 of file vulkan.hpp.
|
inline |
Definition at line 25916 of file vulkan.hpp.
References layout.
|
inline |
Definition at line 25904 of file vulkan.hpp.
References pNext.
| ImageAspectFlags VULKAN_HPP_NAMESPACE::AttachmentReference2KHR::aspectMask |
Definition at line 25959 of file vulkan.hpp.
Referenced by operator==(), and setAspectMask().
| uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference2KHR::attachment |
Definition at line 25957 of file vulkan.hpp.
Referenced by operator==().
| ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference2KHR::layout |
Definition at line 25958 of file vulkan.hpp.
Referenced by operator==(), and setLayout().
| const void* VULKAN_HPP_NAMESPACE::AttachmentReference2KHR::pNext = nullptr |
Definition at line 25956 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 25953 of file vulkan.hpp.
Referenced by operator==().