remove superseded destroyTexture method (call texture.dispose() instead)
This commit is contained in:
@@ -1897,13 +1897,6 @@ class ThermionViewerFFI extends ThermionViewer {
|
||||
return FFILinearImage(ptr);
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
Future destroyTexture(FFITexture texture) async {
|
||||
destroy_texture(_sceneManager!, texture.pointer.cast<Void>());
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
|
||||
@@ -803,10 +803,6 @@ abstract class ThermionViewer {
|
||||
///
|
||||
Future<LinearImage> createImage(int width, int height, int channels);
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
Future destroyTexture(covariant ThermionTexture texture);
|
||||
|
||||
///
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user