Lowecase struct

This commit is contained in:
Isaac Marovitz 2024-06-21 12:13:13 +01:00
parent e1962dc209
commit 424f4f221a
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -135,7 +135,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
{
foreach (BufferDefinition buffer in buffers)
{
context.AppendLine($"struct Struct_{buffer.Name}");
context.AppendLine($"struct struct_{buffer.Name}");
context.EnterScope();
foreach (StructureField field in buffer.Type.Fields)