mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:32:26 -07:00
Fix buffer access syntax
This commit is contained in:
committed by
Isaac Marovitz
parent
4d063f80b8
commit
ebc53d7961
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user