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

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterBackingStoreConfig).
 
FlutterSize size
 The size of the render target the engine expects to render into.
 
FlutterViewId view_id
 

Detailed Description

Definition at line 1778 of file embedder.h.

Member Data Documentation

◆ size

FlutterSize FlutterBackingStoreConfig::size

The size of the render target the engine expects to render into.

Definition at line 1782 of file embedder.h.

◆ struct_size

size_t FlutterBackingStoreConfig::struct_size

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

Definition at line 1780 of file embedder.h.

◆ view_id

FlutterViewId FlutterBackingStoreConfig::view_id

The identifier for the view that the engine will use this backing store to render into.

Definition at line 1785 of file embedder.h.


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