aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/VertexAttribDescriptor.cs
blob: 4f5ea6a68084a3cd59c766b06a343287dcce3db4 (plain) (blame)
1
2
3
4
namespace Ryujinx.Graphics.GAL
{
    public readonly record struct VertexAttribDescriptor(int BufferIndex, int Offset, bool IsZero, Format Format);
}