RenderTarget now implements NativeHandle
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:thermion_dart/src/filament/src/interface/native_handle.dart';
|
||||
import 'package:thermion_dart/thermion_dart.dart';
|
||||
|
||||
abstract class RenderTarget {
|
||||
abstract class RenderTarget<T> extends NativeHandle {
|
||||
Future<Texture> getColorTexture();
|
||||
Future<Texture> getDepthTexture();
|
||||
Future destroy();
|
||||
|
||||
Reference in New Issue
Block a user