This commit is contained in:
Marco Carvalho
2024-12-27 14:38:15 -03:00
parent 00b86407a2
commit 82cae0455a
12 changed files with 14 additions and 14 deletions

View File

@@ -307,7 +307,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
{
AstBlockVisitor visitor = new(block);
var loopTargets = new Dictionary<AstBlock, (SpvInstruction, SpvInstruction)>();
Dictionary<AstBlock, (SpvInstruction, SpvInstruction)> loopTargets = [];
context.LoopTargets = loopTargets;