initial work to split into dart_filament and flutter_filament
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class FlutterFilamentTexture {
|
||||
final int width;
|
||||
final int height;
|
||||
final int flutterTextureId;
|
||||
final int hardwareTextureId;
|
||||
|
||||
FlutterFilamentTexture(
|
||||
this.flutterTextureId, this.hardwareTextureId, this.width, this.height);
|
||||
}
|
||||
Reference in New Issue
Block a user