Fix wrong maximum id on sampler pool in some cases
This commit is contained in:
parent
cb171f6ebf
commit
17fb11ddb9
6 changed files with 14 additions and 10 deletions
|
@ -180,9 +180,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Glsl
|
|||
|
||||
public static void DeclareLocals(CodeGenContext context, StructuredProgramInfo info)
|
||||
{
|
||||
context.AppendLine(GetVarTypeName(VariableType.S32) + " " + DefaultNames.DummyIntName + ";");
|
||||
context.AppendLine(GetVarTypeName(VariableType.U32) + " " + DefaultNames.DummyUintName + ";");
|
||||
|
||||
foreach (AstOperand decl in info.Locals)
|
||||
{
|
||||
string name = context.OperandManager.DeclareLocal(decl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue