Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterBackingStoreConfig). More... | |
FlutterSize | size |
The size of the render target the engine expects to render into. More... | |
FlutterViewId | view_id |
Definition at line 1780 of file embedder.h.
FlutterSize FlutterBackingStoreConfig::size |
The size of the render target the engine expects to render into.
Definition at line 1784 of file embedder.h.
size_t FlutterBackingStoreConfig::struct_size |
The size of this struct. Must be sizeof(FlutterBackingStoreConfig).
Definition at line 1782 of file embedder.h.
FlutterViewId FlutterBackingStoreConfig::view_id |
The identifier for the view that the engine will use this backing store to render into.
Definition at line 1787 of file embedder.h.