chore: update stubbed methods
This commit is contained in:
@@ -1063,5 +1063,17 @@ class ThermionViewerStub extends ThermionViewer {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future destroyRenderTarget(covariant RenderTarget renderTarget) {
|
||||
// TODO: implement destroyRenderTarget
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future destroySwapChain(covariant SwapChain swapChain) {
|
||||
// TODO: implement destroySwapChain
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user