![]() |
Flutter Engine
The Flutter Engine
|
#include <formats.h>
Public Member Functions | |
| bool | IsValid () const |
Public Attributes | |
| std::shared_ptr< Texture > | texture |
| std::shared_ptr< Texture > | resolve_texture |
| LoadAction | load_action = LoadAction::kDontCare |
| StoreAction | store_action = StoreAction::kStore |
| bool impeller::Attachment::IsValid | ( | ) | const |
Definition at line 26 of file formats.cc.
| LoadAction impeller::Attachment::load_action = LoadAction::kDontCare |
| std::shared_ptr<Texture> impeller::Attachment::resolve_texture |
| StoreAction impeller::Attachment::store_action = StoreAction::kStore |