Vulkan-Hpp
VkAttachmentDescription Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3733 of file vulkan_core.h.

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 3742 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 3734 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription::format

Definition at line 3735 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 3741 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 3737 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 3736 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 3739 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 3740 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 3738 of file vulkan_core.h.


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