mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 18:32:26 -07:00
Cleanup + Format
This commit is contained in:
committed by
Isaac Marovitz
parent
8e8dcf0d7f
commit
0c1acb5107
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user