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