diff --git a/Assets/Scripts/Fsr2Pipeline.cs b/Assets/Scripts/Fsr2Pipeline.cs index 52bed8d..6e73f17 100644 --- a/Assets/Scripts/Fsr2Pipeline.cs +++ b/Assets/Scripts/Fsr2Pipeline.cs @@ -103,6 +103,8 @@ namespace FidelityFX commandBuffer.ReleaseTemporaryRT(UavReconstructedPrevNearestDepth); commandBuffer.ReleaseTemporaryRT(UavDilatedDepth); commandBuffer.ReleaseTemporaryRT(UavLockInputLuma); + commandBuffer.ReleaseTemporaryRT(UavDilatedReactiveMasks); + commandBuffer.ReleaseTemporaryRT(UavPreparedInputColor); } protected void LoadComputeShader(string name)