Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterSoftwareRendererConfig). More... | |
SoftwareSurfacePresentCallback | surface_present_callback |
Definition at line 816 of file embedder.h.
size_t FlutterSoftwareRendererConfig::struct_size |
The size of this struct. Must be sizeof(FlutterSoftwareRendererConfig).
Definition at line 818 of file embedder.h.
SoftwareSurfacePresentCallback FlutterSoftwareRendererConfig::surface_present_callback |
The callback presented to the embedder to present a fully populated buffer to the user. The pixel format of the buffer is the native 32-bit RGBA format. The buffer is owned by the Flutter engine and must be copied in this callback if needed.
Definition at line 823 of file embedder.h.