Partial TextureQuerySamples
This commit is contained in:
parent
ce5f383f5d
commit
81b1ae4bcf
2 changed files with 20 additions and 1 deletions
|
@ -138,7 +138,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
case Instruction.TextureSample:
|
||||
return TextureSample(context, operation);
|
||||
case Instruction.TextureQuerySamples:
|
||||
return "|| TEXTURE QUERY SIZE ||";
|
||||
return TextureQuerySamples(context, operation);
|
||||
case Instruction.TextureQuerySize:
|
||||
return TextureQuerySize(context, operation);
|
||||
case Instruction.VectorExtract:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue