This commit is contained in:
John Clemis 2018-12-14 04:00:49 -06:00
parent 099a8a8c22
commit 2de4eeabce

View file

@ -257,7 +257,7 @@ namespace Ryujinx.Graphics.Gal.Shader
if (Decl.GmemBase != null)
{
SB.AppendLine("layout (std140) uniform" + GlslDecl.GmemUniformBlockName + " {");
SB.AppendLine($"layout (std140) uniform {GlslDecl.GmemUniformBlockName} {{");
SB.AppendLine($"{IndentationStr}vec4 {GlslDecl.GmemUniformBlockName}_data[{GlslDecl.MaxUboSize}];");