Flutter Engine
 
Loading...
Searching...
No Matches
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 2089 of file embedder.h.

Member Data Documentation

◆ size

◆ struct_size

size_t FlutterBackingStoreConfig::struct_size

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

Definition at line 2091 of file embedder.h.

Referenced by flutter::MakeBackingStoreConfig().

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

Referenced by flutter::FlutterCompositor::CreateBackingStore(), flutter::MakeBackingStoreConfig(), and flutter::testing::TEST_F().


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