Fix buffer access syntax
This commit is contained in:
parent
f23ef282ce
commit
4532fb872a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
}
|
||||
|
||||
StructureField field = buffer.Type.Fields[fieldIndex.Value];
|
||||
varName = $"{buffer.Name}.{field.Name}";
|
||||
varName = buffer.Name;
|
||||
varType = field.Type;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue