Instruction.Barrier
Whoops
This commit is contained in:
parent
88d2aca83d
commit
bfef240d22
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
||||||
switch (inst & Instruction.Mask)
|
switch (inst & Instruction.Mask)
|
||||||
{
|
{
|
||||||
case Instruction.Barrier:
|
case Instruction.Barrier:
|
||||||
return "|| BARRIER ||";
|
return "threadgroup_barrier(mem_flags::mem_threadgroup)";
|
||||||
case Instruction.Call:
|
case Instruction.Call:
|
||||||
return Call(context, operation);
|
return Call(context, operation);
|
||||||
case Instruction.FSIBegin:
|
case Instruction.FSIBegin:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue