Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAttachmentReference |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | AttachmentReference (uint32_t attachment_={}, vk::ImageLayout layout_=vk::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= (AttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT=default |
AttachmentReference & | operator= (VkAttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 AttachmentReference & | setAttachment (uint32_t attachment_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 AttachmentReference & | setLayout (vk::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 |
Public Attributes | |
uint32_t | attachment = {} |
vk::ImageLayout | layout = vk::ImageLayout::eUndefined |
Definition at line 6087 of file vulkan_structs.hpp.
Definition at line 6089 of file vulkan_structs.hpp.
|
inline |
Definition at line 6092 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6101 of file vulkan_structs.hpp.
|
inline |
Definition at line 6133 of file vulkan_structs.hpp.
|
inline |
Definition at line 6128 of file vulkan_structs.hpp.
|
inline |
Definition at line 6162 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6108 of file vulkan_structs.hpp.
|
inline |
Definition at line 6153 of file vulkan_structs.hpp.
|
inline |
Definition at line 6115 of file vulkan_structs.hpp.
|
inline |
Definition at line 6121 of file vulkan_structs.hpp.
uint32_t vk::AttachmentReference::attachment = {} |
Definition at line 6169 of file vulkan_structs.hpp.
vk::ImageLayout vk::AttachmentReference::layout = vk::ImageLayout::eUndefined |
Definition at line 6170 of file vulkan_structs.hpp.