remove custom platform creation from FlutterAngleTexture
This commit is contained in:
@@ -19,8 +19,6 @@
|
|||||||
#include "GLES2/gl2ext.h"
|
#include "GLES2/gl2ext.h"
|
||||||
#include <GLES3/gl31.h>
|
#include <GLES3/gl31.h>
|
||||||
|
|
||||||
#include "PlatformANGLE.h"
|
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <wrl.h>
|
#include <wrl.h>
|
||||||
|
|
||||||
@@ -49,8 +47,6 @@ class FlutterAngleTexture {
|
|||||||
int64_t flutterTextureId = 0;
|
int64_t flutterTextureId = 0;
|
||||||
GLuint glTextureId = 0;
|
GLuint glTextureId = 0;
|
||||||
std::unique_ptr<flutter::TextureVariant> texture;
|
std::unique_ptr<flutter::TextureVariant> texture;
|
||||||
filament::backend::Platform* platform = nullptr;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
flutter::PluginRegistrarWindows* _pluginRegistrar;
|
flutter::PluginRegistrarWindows* _pluginRegistrar;
|
||||||
|
|||||||
Reference in New Issue
Block a user