Fix wrong maximum id on sampler pool in some cases
This commit is contained in:
@@ -22,9 +22,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Glsl
|
||||
public const string LocalMemoryName = "local_mem";
|
||||
public const string SharedMemoryName = "shared_mem";
|
||||
|
||||
public const string DummyIntName = "dummyInt";
|
||||
public const string DummyUintName = "dummyUint";
|
||||
|
||||
public const string UndefinedName = "undef";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user