#ifndef _FLUTTER_TEXTURE_BUFFER_H #define _FLUTTER_TEXTURE_BUFFER_H #include #include #include #include namespace flutter_filament { class FlutterTextureBuffer { public: int64_t flutterTextureId = -1; }; } #endif