This commit is contained in:
Marco Carvalho
2024-12-27 14:50:33 -03:00
parent 82cae0455a
commit 72fb248960
12 changed files with 19 additions and 19 deletions

View File

@@ -1376,7 +1376,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
image = context.Image(declaration.ImageType, image);
}
var operands = operandsList.ToArray();
SpvInstruction[] operands = [.. operandsList];
SpvInstruction result;