Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterFrameInfo). More... | |
FlutterUIntSize | size |
The size of the surface that will be backed by the fbo. More... | |
This information is passed to the embedder when requesting a frame buffer object.
See: FlutterOpenGLRendererConfig::fbo_with_frame_info_callback, FlutterMetalRendererConfig::get_next_drawable_callback, and FlutterVulkanRendererConfig::get_next_image_callback.
Definition at line 475 of file embedder.h.
FlutterUIntSize FlutterFrameInfo::size |
The size of the surface that will be backed by the fbo.
Definition at line 479 of file embedder.h.
size_t FlutterFrameInfo::struct_size |
The size of this struct. Must be sizeof(FlutterFrameInfo).
Definition at line 477 of file embedder.h.