HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkAttachmentDescription2 Struct Reference

#include <vulkan_core.h>

Public Attributes

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 5978 of file vulkan_core.h.

Member Data Documentation

VkImageLayout VkAttachmentDescription2::finalLayout

Definition at line 5989 of file vulkan_core.h.

VkAttachmentDescriptionFlags VkAttachmentDescription2::flags

Definition at line 5981 of file vulkan_core.h.

VkFormat VkAttachmentDescription2::format

Definition at line 5982 of file vulkan_core.h.

VkImageLayout VkAttachmentDescription2::initialLayout

Definition at line 5988 of file vulkan_core.h.

VkAttachmentLoadOp VkAttachmentDescription2::loadOp

Definition at line 5984 of file vulkan_core.h.

const void* VkAttachmentDescription2::pNext

Definition at line 5980 of file vulkan_core.h.

VkSampleCountFlagBits VkAttachmentDescription2::samples

Definition at line 5983 of file vulkan_core.h.

VkAttachmentLoadOp VkAttachmentDescription2::stencilLoadOp

Definition at line 5986 of file vulkan_core.h.

VkAttachmentStoreOp VkAttachmentDescription2::stencilStoreOp

Definition at line 5987 of file vulkan_core.h.

VkAttachmentStoreOp VkAttachmentDescription2::storeOp

Definition at line 5985 of file vulkan_core.h.

VkStructureType VkAttachmentDescription2::sType

Definition at line 5979 of file vulkan_core.h.


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