#include <vulkan.hpp>
Definition at line 7987 of file vulkan.hpp.
◆ AttachmentReference() [1/2]
◆ AttachmentReference() [2/2]
◆ operator VkAttachmentReference &()
Definition at line 8023 of file vulkan.hpp.
8025 return *reinterpret_cast<VkAttachmentReference*>(
this);
◆ operator VkAttachmentReference const &()
Definition at line 8018 of file vulkan.hpp.
8020 return *reinterpret_cast<const VkAttachmentReference*>(
this);
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::AttachmentReference::operator!= |
( |
AttachmentReference const & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::AttachmentReference::operator== |
( |
AttachmentReference const & |
rhs | ) |
const |
|
inline |
◆ setAttachment()
◆ setLayout()
◆ attachment
uint32_t VULKAN_HPP_NAMESPACE::AttachmentReference::attachment |
◆ layout
ImageLayout VULKAN_HPP_NAMESPACE::AttachmentReference::layout |
The documentation for this struct was generated from the following file: