Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkAttachmentDescription2 Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 6099 of file vulkan_core.h.

Field Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription2::finalLayout

Definition at line 6110 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription2::flags

Definition at line 6102 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription2::format

Definition at line 6103 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription2::initialLayout

Definition at line 6109 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription2::loadOp

Definition at line 6105 of file vulkan_core.h.

◆ pNext

const void* VkAttachmentDescription2::pNext

Definition at line 6101 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription2::samples

Definition at line 6104 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription2::stencilLoadOp

Definition at line 6107 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription2::stencilStoreOp

Definition at line 6108 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription2::storeOp

Definition at line 6106 of file vulkan_core.h.

◆ sType

VkStructureType VkAttachmentDescription2::sType

Definition at line 6100 of file vulkan_core.h.


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