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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageView imageView
 
VkImageLayout imageLayout
 
VkResolveModeFlagBits resolveMode
 
VkImageView resolveImageView
 
VkImageLayout resolveImageLayout
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkClearValue clearValue
 

Detailed Description

Definition at line 7230 of file vulkan_core.h.

Member Data Documentation

◆ clearValue

VkClearValue VkRenderingAttachmentInfo::clearValue

Definition at line 7240 of file vulkan_core.h.

◆ imageLayout

VkImageLayout VkRenderingAttachmentInfo::imageLayout

Definition at line 7234 of file vulkan_core.h.

◆ imageView

VkImageView VkRenderingAttachmentInfo::imageView

Definition at line 7233 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkRenderingAttachmentInfo::loadOp

Definition at line 7238 of file vulkan_core.h.

◆ pNext

const void* VkRenderingAttachmentInfo::pNext

Definition at line 7232 of file vulkan_core.h.

◆ resolveImageLayout

VkImageLayout VkRenderingAttachmentInfo::resolveImageLayout

Definition at line 7237 of file vulkan_core.h.

◆ resolveImageView

VkImageView VkRenderingAttachmentInfo::resolveImageView

Definition at line 7236 of file vulkan_core.h.

◆ resolveMode

VkResolveModeFlagBits VkRenderingAttachmentInfo::resolveMode

Definition at line 7235 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkRenderingAttachmentInfo::storeOp

Definition at line 7239 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderingAttachmentInfo::sType

Definition at line 7231 of file vulkan_core.h.


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