FSI (with raster order groups)

This commit is contained in:
Isaac Marovitz 2024-07-24 16:25:03 +01:00 committed by Isaac Marovitz
parent fdf7578928
commit 2b919493e3
3 changed files with 15 additions and 11 deletions

View file

@ -131,9 +131,8 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
case Instruction.Call:
return Call(context, operation);
case Instruction.FSIBegin:
return "|| FSI BEGIN ||";
case Instruction.FSIEnd:
return "|| FSI END ||";
return "// FSI implemented with raster order groups in MSL";
case Instruction.GroupMemoryBarrier:
case Instruction.MemoryBarrier:
case Instruction.Barrier: