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

Referenced by flutter::testing::EmbedderTestBackingStoreProducerMetal::Create(), and flutter::FlutterCompositor::CreateBackingStore().

◆ texture


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