mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-15 07:00:32 +00:00
5 lines
115 B
C#
5 lines
115 B
C#
|
namespace Ryujinx.Graphics.Shader
|
||
|
{
|
||
|
public readonly record struct SetBindingPair(int SetIndex, int Binding);
|
||
|
}
|