Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterFrameInfo Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterFrameInfo).
 
FlutterUIntSize size
 The size of the surface that will be backed by the fbo.
 

Detailed Description

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 473 of file embedder.h.

Member Data Documentation

◆ size

FlutterUIntSize FlutterFrameInfo::size

The size of the surface that will be backed by the fbo.

Definition at line 477 of file embedder.h.

◆ struct_size

size_t FlutterFrameInfo::struct_size

The size of this struct. Must be sizeof(FlutterFrameInfo).

Definition at line 475 of file embedder.h.


The documentation for this struct was generated from the following file: