Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAttachmentReference2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eAttachmentReference2 |
const void * | pNext = {} |
uint32_t | attachment = {} |
vk::ImageLayout | layout = vk::ImageLayout::eUndefined |
vk::ImageAspectFlags | aspectMask = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eAttachmentReference2 |
Definition at line 6173 of file vulkan_structs.hpp.
Definition at line 6175 of file vulkan_structs.hpp.
|
inline |
Definition at line 6181 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6194 of file vulkan_structs.hpp.
|
inline |
Definition at line 6239 of file vulkan_structs.hpp.
|
inline |
Definition at line 6234 of file vulkan_structs.hpp.
|
inline |
Definition at line 6273 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6202 of file vulkan_structs.hpp.
|
inline |
Definition at line 6263 of file vulkan_structs.hpp.
|
inline |
Definition at line 6227 of file vulkan_structs.hpp.
|
inline |
Definition at line 6215 of file vulkan_structs.hpp.
|
inline |
Definition at line 6221 of file vulkan_structs.hpp.
|
inline |
Definition at line 6209 of file vulkan_structs.hpp.
|
static |
Definition at line 6177 of file vulkan_structs.hpp.
vk::ImageAspectFlags vk::AttachmentReference2::aspectMask = {} |
Definition at line 6284 of file vulkan_structs.hpp.
uint32_t vk::AttachmentReference2::attachment = {} |
Definition at line 6282 of file vulkan_structs.hpp.
vk::ImageLayout vk::AttachmentReference2::layout = vk::ImageLayout::eUndefined |
Definition at line 6283 of file vulkan_structs.hpp.
const void* vk::AttachmentReference2::pNext = {} |
Definition at line 6281 of file vulkan_structs.hpp.
|
static |
Definition at line 6178 of file vulkan_structs.hpp.
vk::StructureType vk::AttachmentReference2::sType = StructureType::eAttachmentReference2 |
Definition at line 6280 of file vulkan_structs.hpp.