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

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterMetalBackingStore).
 
union { 
 
   FlutterMetalTexture   texture 
 
};  
 

Detailed Description

Definition at line 1656 of file embedder.h.

Member Data Documentation

◆ [union]

union { ... } FlutterMetalBackingStore

◆ struct_size

size_t FlutterMetalBackingStore::struct_size

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

Definition at line 1658 of file embedder.h.

◆ texture

FlutterMetalTexture FlutterMetalBackingStore::texture

Definition at line 1663 of file embedder.h.


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