|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | AttachmentReference (uint32_t attachment_={}, VULKAN_HPP_NAMESPACE::ImageLayout layout_=VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | AttachmentReference (AttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT=default |
| AttachmentReference (VkAttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT | |
| AttachmentReference & | operator= (VkAttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT |
| AttachmentReference & | operator= (AttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT |
| AttachmentReference & | setAttachment (uint32_t attachment_) VULKAN_HPP_NOEXCEPT |
| AttachmentReference & | setLayout (VULKAN_HPP_NAMESPACE::ImageLayout layout_) VULKAN_HPP_NOEXCEPT |
| operator VkAttachmentReference const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkAttachmentReference & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (AttachmentReference const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (AttachmentReference const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| uint32_t | attachment = {} |
| VULKAN_HPP_NAMESPACE::ImageLayout | layout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 18476 of file vulkan.hpp.
|
inline |
Definition at line 18481 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 18487 of file vulkan.hpp.
|
inline |
Definition at line 18523 of file vulkan.hpp.
|
inline |
Definition at line 18518 of file vulkan.hpp.
|
inline |
Definition at line 18538 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 18499 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 18493 of file vulkan.hpp.
|
inline |
Definition at line 18532 of file vulkan.hpp.
|
inline |
Definition at line 18505 of file vulkan.hpp.
|
inline |
Definition at line 18511 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference::attachment = {} |
Definition at line 18547 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference::layout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 18548 of file vulkan.hpp.