HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 3726 of file vulkan_core.h.

Member Data Documentation

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 3735 of file vulkan_core.h.

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 3727 of file vulkan_core.h.

VkFormat VkAttachmentDescription::format

Definition at line 3728 of file vulkan_core.h.

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 3734 of file vulkan_core.h.

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 3730 of file vulkan_core.h.

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 3729 of file vulkan_core.h.

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 3732 of file vulkan_core.h.

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 3733 of file vulkan_core.h.

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 3731 of file vulkan_core.h.


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