Flutter Impeller
impeller::RenderTarget::AttachmentConfigMSAA Struct Reference

#include <render_target.h>

Public Attributes

StorageMode storage_mode
 
StorageMode resolve_storage_mode
 
LoadAction load_action
 
StoreAction store_action
 
Color clear_color
 

Detailed Description

Definition at line 57 of file render_target.h.

Member Data Documentation

◆ clear_color

Color impeller::RenderTarget::AttachmentConfigMSAA::clear_color

Definition at line 62 of file render_target.h.

Referenced by impeller::RenderTarget::CreateOffscreenMSAA().

◆ load_action

LoadAction impeller::RenderTarget::AttachmentConfigMSAA::load_action

Definition at line 60 of file render_target.h.

Referenced by impeller::RenderTarget::CreateOffscreenMSAA().

◆ resolve_storage_mode

StorageMode impeller::RenderTarget::AttachmentConfigMSAA::resolve_storage_mode

Definition at line 59 of file render_target.h.

Referenced by impeller::RenderTarget::CreateOffscreenMSAA().

◆ storage_mode

StorageMode impeller::RenderTarget::AttachmentConfigMSAA::storage_mode

Definition at line 58 of file render_target.h.

Referenced by impeller::RenderTarget::CreateOffscreenMSAA().

◆ store_action

StoreAction impeller::RenderTarget::AttachmentConfigMSAA::store_action

Definition at line 61 of file render_target.h.

Referenced by impeller::RenderTarget::CreateOffscreenMSAA().


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