This commit is contained in:
Gabriel A
2024-07-27 21:04:56 -03:00
committed by Evan Husted
parent 0642df4909
commit a84ed6af0d
5 changed files with 9 additions and 10 deletions

View File

@@ -444,8 +444,8 @@ namespace Ryujinx.Graphics.Gpu.Shader
{
ShaderInfoBuilder builder = new(context, tfEnabled, vertexAsCompute: true, computeLocalSize: ComputeSize.VtgAsCompute);
builder.AddStageInfo(info, vertexAsCompute: true);
builder.AddStageInfoVac(info2);
builder.AddStageInfo(info, vertexAsCompute: true);
return builder.Build(null, fromCache);
}