654e617f ^
1876b346 ^
4da44e09 ^
1
2
3
4
namespace Ryujinx.Graphics.GAL { public readonly record struct VertexAttribDescriptor(int BufferIndex, int Offset, bool IsZero, Format Format); }