aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/SetBindingPair.cs
blob: 1e8a4f9c61363f3388ce9afffd5afca66511d22a (plain) (blame)
1
2
3
4
namespace Ryujinx.Graphics.Shader
{
    public readonly record struct SetBindingPair(int SetIndex, int Binding);
}