diff --git a/Assets/Scripts/Fsr2Context.cs b/Assets/Scripts/Fsr2Context.cs index 3e5c2c1..84cc779 100644 --- a/Assets/Scripts/Fsr2Context.cs +++ b/Assets/Scripts/Fsr2Context.cs @@ -187,9 +187,9 @@ namespace FidelityFX _resourceFrameIndex = (_resourceFrameIndex + 1) % MaxQueuedFrames; - Graphics.ExecuteCommandBuffer(_commandBuffer); - Fsr2Pipeline.UnregisterResources(_commandBuffer); + + Graphics.ExecuteCommandBuffer(_commandBuffer); } public void GenerateReactiveMask(Fsr2.GenerateReactiveDescription dispatchParams)