mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Support texture rectangle targets (non-normalized coords)
This commit is contained in:
@ -20,7 +20,7 @@ namespace Ryujinx.ShaderTools
|
||||
|
||||
byte[] data = File.ReadAllBytes(args[args.Length - 1]);
|
||||
|
||||
string code = Translator.Translate(data, ShaderCapabilities.Default, flags).Code;
|
||||
string code = Translator.Translate(data, null, flags).Code;
|
||||
|
||||
Console.WriteLine(code);
|
||||
}
|
||||
|
Reference in New Issue
Block a user