Fix Typo
This commit is contained in:
parent
099a8a8c22
commit
2de4eeabce
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||||
|
|
||||||
if (Decl.GmemBase != null)
|
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}];");
|
SB.AppendLine($"{IndentationStr}vec4 {GlslDecl.GmemUniformBlockName}_data[{GlslDecl.MaxUboSize}];");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue