added dispose of downsampling

This commit is contained in:
cdozdil
2024-05-07 16:24:49 +03:00
parent 1ffb7a44e3
commit 2922690369
+3
View File
@@ -52,4 +52,7 @@ IFeature_Dx12::~IFeature_Dx12()
d3d12Fence = nullptr;
}
}
if (OUT_DS != nullptr && OUT_DS.get() != nullptr)
OUT_DS.reset();
}