mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 17:40:53 -05:00
FSI (with raster order groups)
This commit is contained in:
committed by
Evan Husted
parent
69bee52a89
commit
0064afeb6a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user