Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 3800 of file vulkan_core.h.

Member Data Documentation

◆ finalLayout

VkImageLayout VkAttachmentDescription::finalLayout

Definition at line 3809 of file vulkan_core.h.

◆ flags

VkAttachmentDescriptionFlags VkAttachmentDescription::flags

Definition at line 3801 of file vulkan_core.h.

◆ format

VkFormat VkAttachmentDescription::format

Definition at line 3802 of file vulkan_core.h.

◆ initialLayout

VkImageLayout VkAttachmentDescription::initialLayout

Definition at line 3808 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkAttachmentDescription::loadOp

Definition at line 3804 of file vulkan_core.h.

◆ samples

VkSampleCountFlagBits VkAttachmentDescription::samples

Definition at line 3803 of file vulkan_core.h.

◆ stencilLoadOp

VkAttachmentLoadOp VkAttachmentDescription::stencilLoadOp

Definition at line 3806 of file vulkan_core.h.

◆ stencilStoreOp

VkAttachmentStoreOp VkAttachmentDescription::stencilStoreOp

Definition at line 3807 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkAttachmentDescription::storeOp

Definition at line 3805 of file vulkan_core.h.


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