Lowecase struct
This commit is contained in:
parent
e1962dc209
commit
424f4f221a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||||
{
|
{
|
||||||
foreach (BufferDefinition buffer in buffers)
|
foreach (BufferDefinition buffer in buffers)
|
||||||
{
|
{
|
||||||
context.AppendLine($"struct Struct_{buffer.Name}");
|
context.AppendLine($"struct struct_{buffer.Name}");
|
||||||
context.EnterScope();
|
context.EnterScope();
|
||||||
|
|
||||||
foreach (StructureField field in buffer.Type.Fields)
|
foreach (StructureField field in buffer.Type.Fields)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue