VertexAttribDescriptor.cs 150 B

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