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

#include <embedder.h>

Public Attributes

size_t struct_size
 
FlutterViewId view_id
 The identifier of the target view.
 
const FlutterLayer ** layers
 The layers that should be composited onto the view.
 
size_t layers_count
 The count of layers.
 
void * user_data
 The |FlutterCompositor.user_data|.
 

Detailed Description

Definition at line 1846 of file embedder.h.

Member Data Documentation

◆ layers

const FlutterLayer** FlutterPresentViewInfo::layers

The layers that should be composited onto the view.

Definition at line 1855 of file embedder.h.

◆ layers_count

size_t FlutterPresentViewInfo::layers_count

The count of layers.

Definition at line 1858 of file embedder.h.

◆ struct_size

size_t FlutterPresentViewInfo::struct_size

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

Definition at line 1849 of file embedder.h.

◆ user_data

void* FlutterPresentViewInfo::user_data

The |FlutterCompositor.user_data|.

Definition at line 1861 of file embedder.h.

◆ view_id

FlutterViewId FlutterPresentViewInfo::view_id

The identifier of the target view.

Definition at line 1852 of file embedder.h.


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