Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
FlutterViewId | view_id |
The identifier of the target view. More... | |
const FlutterLayer ** | layers |
The layers that should be composited onto the view. More... | |
size_t | layers_count |
The count of layers. More... | |
void * | user_data |
The |FlutterCompositor.user_data|. More... | |
Definition at line 1848 of file embedder.h.
const FlutterLayer** FlutterPresentViewInfo::layers |
The layers that should be composited onto the view.
Definition at line 1857 of file embedder.h.
size_t FlutterPresentViewInfo::layers_count |
The count of layers.
Definition at line 1860 of file embedder.h.
size_t FlutterPresentViewInfo::struct_size |
The size of this struct. Must be sizeof(FlutterPresentViewInfo).
Definition at line 1851 of file embedder.h.
void* FlutterPresentViewInfo::user_data |
The |FlutterCompositor.user_data|.
Definition at line 1863 of file embedder.h.
FlutterViewId FlutterPresentViewInfo::view_id |
The identifier of the target view.
Definition at line 1854 of file embedder.h.