Cleanup + Format

This commit is contained in:
Isaac Marovitz 2024-07-02 17:52:53 +01:00 committed by Isaac Marovitz
parent 8e8dcf0d7f
commit 0c1acb5107
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;
}