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

#include <vulkan_core.h>

Data Fields

VkAttachmentDescriptionFlags flags
 
VkFormat format
 
VkSampleCountFlagBits samples
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkAttachmentLoadOp stencilLoadOp
 
VkAttachmentStoreOp stencilStoreOp
 
VkImageLayout initialLayout
 
VkImageLayout finalLayout
 

Detailed Description

Definition at line 3837 of file vulkan_core.h.

Field Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 3846 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 3838 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription::format

Definition at line 3839 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 3845 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 3841 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 3840 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 3843 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 3844 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 3842 of file vulkan_core.h.


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