struct InputAttachmentAspectReference

Defined at line 86338 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkInputAttachmentAspectReference, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkInputAttachmentAspectReference.html

Public Members

uint32_t subpass
uint32_t inputAttachmentIndex
Flags aspectMask

Public Methods

void InputAttachmentAspectReference (uint32_t subpass_, uint32_t inputAttachmentIndex_, ImageAspectFlags aspectMask_)

Defined at line 86343 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void InputAttachmentAspectReference (const InputAttachmentAspectReference & rhs)

Defined at line 86351 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void InputAttachmentAspectReference (const VkInputAttachmentAspectReference & rhs)

Defined at line 86353 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference & operator= (const InputAttachmentAspectReference & rhs)

Defined at line 86358 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference & operator= (const VkInputAttachmentAspectReference & rhs)

Defined at line 86361 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference & setSubpass (uint32_t subpass_)

Defined at line 86368 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference && setSubpass (uint32_t subpass_)

Defined at line 86374 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference & setInputAttachmentIndex (uint32_t inputAttachmentIndex_)

Defined at line 86380 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference && setInputAttachmentIndex (uint32_t inputAttachmentIndex_)

Defined at line 86386 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference & setAspectMask (ImageAspectFlags aspectMask_)

Defined at line 86392 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

InputAttachmentAspectReference && setAspectMask (ImageAspectFlags aspectMask_)

Defined at line 86398 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkInputAttachmentAspectReference & operator const VkInputAttachmentAspectReference & ()

Defined at line 86405 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkInputAttachmentAspectReference & operator VkInputAttachmentAspectReference & ()

Defined at line 86410 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkInputAttachmentAspectReference * operator const VkInputAttachmentAspectReference * ()

Defined at line 86415 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkInputAttachmentAspectReference * operator VkInputAttachmentAspectReference * ()

Defined at line 86420 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const InputAttachmentAspectReference & )

Defined at line 86433 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp