Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
FlutterTextureRegistrar.mm File Reference
import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h"
import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"

Go to the source code of this file.

Variables

__weak FlutterEngine_flutterEngine
 
NSMutableDictionary< NSNumber *, FlutterExternalTexture * > * _textures
 

Variable Documentation

◆ _flutterEngine

__weak FlutterEngine* _flutterEngine
Initial value:
{
__weak id<FlutterTextureRegistrarDelegate> _delegate

Definition at line 12 of file FlutterTextureRegistrar.mm.

◆ _textures

NSMutableDictionary<NSNumber*, FlutterExternalTexture*>* _textures

Definition at line 15 of file FlutterTextureRegistrar.mm.