Fix instructions
This commit is contained in:
parent
d2ec22a01b
commit
ce5f383f5d
3 changed files with 7 additions and 4 deletions
|
@ -269,7 +269,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
return swizzle;
|
||||
}
|
||||
|
||||
public static string TextureSize(CodeGenContext context, AstOperation operation)
|
||||
public static string TextureQuerySize(CodeGenContext context, AstOperation operation)
|
||||
{
|
||||
AstTextureOperation texOp = (AstTextureOperation)operation;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue