18 lines
364 B
C++
18 lines
364 B
C++
#ifndef _FLUTTER_TEXTURE_BUFFER_H
|
|
#define _FLUTTER_TEXTURE_BUFFER_H
|
|
|
|
#include <flutter/method_channel.h>
|
|
#include <flutter/plugin_registrar_windows.h>
|
|
#include <flutter/standard_method_codec.h>
|
|
#include <flutter/texture_registrar.h>
|
|
|
|
|
|
namespace flutter_filament {
|
|
|
|
class FlutterTextureBuffer {
|
|
public:
|
|
int64_t flutterTextureId = 0;
|
|
};
|
|
}
|
|
|
|
#endif |