Remove removed special instructions
This commit is contained in:
parent
31bb429feb
commit
43ca9ba0f5
1 changed files with 0 additions and 4 deletions
|
@ -70,8 +70,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
{
|
||||
switch (inst & Instruction.Mask)
|
||||
{
|
||||
case Instruction.Ballot:
|
||||
return "";
|
||||
case Instruction.Barrier:
|
||||
return "";
|
||||
case Instruction.Call:
|
||||
|
@ -100,8 +98,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
return "";
|
||||
case Instruction.MemoryBarrier:
|
||||
return "";
|
||||
case Instruction.Negate:
|
||||
return "";
|
||||
case Instruction.Store:
|
||||
return "";
|
||||
case Instruction.TextureSample:
|
||||
|
|
Loading…
Add table
Reference in a new issue