Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::RenderTarget::AttachmentConfig Struct Reference

#include <render_target.h>

Public Attributes

StorageMode storage_mode
 
LoadAction load_action
 
StoreAction store_action
 
Color clear_color
 

Detailed Description

Definition at line 40 of file render_target.h.

Member Data Documentation

◆ clear_color

Color impeller::RenderTarget::AttachmentConfig::clear_color

Definition at line 44 of file render_target.h.

◆ load_action

LoadAction impeller::RenderTarget::AttachmentConfig::load_action

Definition at line 42 of file render_target.h.

◆ storage_mode

StorageMode impeller::RenderTarget::AttachmentConfig::storage_mode

Definition at line 41 of file render_target.h.

◆ store_action

StoreAction impeller::RenderTarget::AttachmentConfig::store_action

Definition at line 43 of file render_target.h.


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