Flutter Engine
The Flutter Engine
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. More...
 
const FlutterLayer ** layers
 The layers that should be composited onto the view. More...
 
size_t layers_count
 The count of layers. More...
 
void * user_data
 The |FlutterCompositor.user_data|. More...
 

Detailed Description

Definition at line 1848 of file embedder.h.

Member Data Documentation

◆ layers

const FlutterLayer** FlutterPresentViewInfo::layers

The layers that should be composited onto the view.

Definition at line 1857 of file embedder.h.

◆ layers_count

size_t FlutterPresentViewInfo::layers_count

The count of layers.

Definition at line 1860 of file embedder.h.

◆ struct_size

size_t FlutterPresentViewInfo::struct_size

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

Definition at line 1851 of file embedder.h.

◆ user_data

void* FlutterPresentViewInfo::user_data

The |FlutterCompositor.user_data|.

Definition at line 1863 of file embedder.h.

◆ view_id

FlutterViewId FlutterPresentViewInfo::view_id

The identifier of the target view.

Definition at line 1854 of file embedder.h.


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