Flutter Engine
The Flutter Engine
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). More...
 
union {
   FlutterMetalTexture   texture
 
}; 
 

Detailed Description

Definition at line 1658 of file embedder.h.

Member Data Documentation

◆ 

union { ... } FlutterMetalBackingStore::@56

◆ struct_size

size_t FlutterMetalBackingStore::struct_size

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

Definition at line 1660 of file embedder.h.

◆ texture

FlutterMetalTexture FlutterMetalBackingStore::texture

Definition at line 1665 of file embedder.h.


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