mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 04:32:26 -07:00
Fix instructions
This commit is contained in:
committed by
Isaac Marovitz
parent
d2ec22a01b
commit
ce5f383f5d
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user