1 namespace Ryujinx.Graphics.Shader.StructuredIr 2 { 3 enum BufferLayout 4 { 5 Std140, 6 Std430, 7 } 8 }