Cleanup + Format

This commit is contained in:
Isaac Marovitz
2024-07-02 17:52:53 +01:00
committed by Evan Husted
parent 4d5b128a81
commit 58527e02ee
4 changed files with 6 additions and 8 deletions

View File

@@ -218,7 +218,7 @@ namespace Ryujinx.Graphics.Metal
}
case EncoderType.Compute:
{
var scope = MTLBarrierScope.Buffers | MTLBarrierScope.Textures | MTLBarrierScope.RenderTargets;;
var scope = MTLBarrierScope.Buffers | MTLBarrierScope.Textures | MTLBarrierScope.RenderTargets;
Encoders.ComputeEncoder.MemoryBarrier(scope);
break;
}