mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 05:17:11 +02:00
parent
467f2ae9df
commit
89bc0cc217
14 changed files with 223 additions and 89 deletions
|
@ -260,7 +260,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Glsl
|
|||
|
||||
public static string GetImageName(ShaderStage stage, AstTextureOperation texOp, string indexExpr)
|
||||
{
|
||||
string suffix = texOp.Handle.ToString("X");
|
||||
string suffix = texOp.Handle.ToString("X") + "_" + texOp.Format.ToGlslFormat();
|
||||
|
||||
if ((texOp.Type & SamplerType.Indexed) != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue