SDL  2.0
VkAttachmentDescription2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkAttachmentDescriptionFlags flags
 
VkFormat format
 
VkSampleCountFlagBits samples
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkAttachmentLoadOp stencilLoadOp
 
VkAttachmentStoreOp stencilStoreOp
 
VkImageLayout initialLayout
 
VkImageLayout finalLayout
 

Detailed Description

Definition at line 5167 of file vulkan_core.h.

Field Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription2::finalLayout

Definition at line 5178 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription2::flags

Definition at line 5170 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription2::format

Definition at line 5171 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription2::initialLayout

Definition at line 5177 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription2::loadOp

Definition at line 5173 of file vulkan_core.h.

◆ pNext

const void* VkAttachmentDescription2::pNext

Definition at line 5169 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription2::samples

Definition at line 5172 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription2::stencilLoadOp

Definition at line 5175 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription2::stencilStoreOp

Definition at line 5176 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription2::storeOp

Definition at line 5174 of file vulkan_core.h.

◆ sType

VkStructureType VkAttachmentDescription2::sType

Definition at line 5168 of file vulkan_core.h.


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