From 0a612555b83b00ef9da3ae21206951e301ec9965 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 23 Oct 2023 01:35:45 +1100 Subject: [PATCH] remove custom platform creation from FlutterAngleTexture --- windows/flutter_angle_texture.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/windows/flutter_angle_texture.h b/windows/flutter_angle_texture.h index 9698aee1..3f63bf99 100644 --- a/windows/flutter_angle_texture.h +++ b/windows/flutter_angle_texture.h @@ -19,8 +19,6 @@ #include "GLES2/gl2ext.h" #include -#include "PlatformANGLE.h" - #include #include @@ -49,9 +47,7 @@ class FlutterAngleTexture { int64_t flutterTextureId = 0; GLuint glTextureId = 0; std::unique_ptr texture; - filament::backend::Platform* platform = nullptr; - - + private: flutter::PluginRegistrarWindows* _pluginRegistrar; flutter::TextureRegistrar* _textureRegistrar;