Cleanup + Format
This commit is contained in:
parent
8e8dcf0d7f
commit
0c1acb5107
4 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue