SDL  2.0
VkAttachmentReference2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
uint32_t attachment
 
VkImageLayout layout
 
VkImageAspectFlags aspectMask
 

Detailed Description

Definition at line 5181 of file vulkan_core.h.

Field Documentation

◆ aspectMask

VkImageAspectFlags VkAttachmentReference2::aspectMask

Definition at line 5186 of file vulkan_core.h.

◆ attachment

uint32_t VkAttachmentReference2::attachment

Definition at line 5184 of file vulkan_core.h.

◆ layout

VkImageLayout VkAttachmentReference2::layout

Definition at line 5185 of file vulkan_core.h.

◆ pNext

const void* VkAttachmentReference2::pNext

Definition at line 5183 of file vulkan_core.h.

◆ sType

VkStructureType VkAttachmentReference2::sType

Definition at line 5182 of file vulkan_core.h.


The documentation for this struct was generated from the following file: