Flutter macOS Embedder
FlutterTextureRegistrar.mm File Reference

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 9 of file FlutterTextureRegistrar.mm.

◆ _textures

NSMutableDictionary<NSNumber*, FlutterExternalTexture*>* _textures

Definition at line 15 of file FlutterTextureRegistrar.mm.

Referenced by FlutterTextureRegistrar::getTextureWithID:.