Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkAttachmentDescription2 Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription2::finalLayout

Definition at line 6070 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription2::flags

Definition at line 6062 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription2::format

Definition at line 6063 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription2::initialLayout

Definition at line 6069 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription2::loadOp

Definition at line 6065 of file vulkan_core.h.

◆ pNext

const void* VkAttachmentDescription2::pNext

Definition at line 6061 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription2::samples

Definition at line 6064 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription2::stencilLoadOp

Definition at line 6067 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription2::stencilStoreOp

Definition at line 6068 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription2::storeOp

Definition at line 6066 of file vulkan_core.h.

◆ sType

VkStructureType VkAttachmentDescription2::sType

Definition at line 6060 of file vulkan_core.h.


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