dispose method
- Frees the GPU-related resources allocated by this instance. Call this
- method whenever the pass is no longer used in your app.
Implementation
@override
void dispose() {
super.dispose();
_holdRenderTarget?.dispose();
}
@override
void dispose() {
super.dispose();
_holdRenderTarget?.dispose();
}