mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 15:16:45 +00:00
added dispose of downsampling
This commit is contained in:
@@ -52,4 +52,7 @@ IFeature_Dx12::~IFeature_Dx12()
|
||||
d3d12Fence = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
if (OUT_DS != nullptr && OUT_DS.get() != nullptr)
|
||||
OUT_DS.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user