Add new line after flip uniform on the shader
This commit is contained in:
parent
db3d691860
commit
9cb0379097
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||||
SB.AppendLine("uniform vec2 " + GlslDecl.FlipUniformName + ";");
|
SB.AppendLine("uniform vec2 " + GlslDecl.FlipUniformName + ";");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SB.AppendLine();
|
||||||
|
|
||||||
foreach (ShaderDeclInfo DeclInfo in Decl.Uniforms.Values.OrderBy(DeclKeySelector))
|
foreach (ShaderDeclInfo DeclInfo in Decl.Uniforms.Values.OrderBy(DeclKeySelector))
|
||||||
{
|
{
|
||||||
SB.AppendLine($"layout (std140) uniform {DeclInfo.Name} {{");
|
SB.AppendLine($"layout (std140) uniform {DeclInfo.Name} {{");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue