/ src / Ryujinx.Graphics.GAL / VertexAttribDescriptor.cs
VertexAttribDescriptor.cs
1  namespace Ryujinx.Graphics.GAL
2  {
3      public readonly record struct VertexAttribDescriptor(int BufferIndex, int Offset, bool IsZero, Format Format);
4  }