mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-01 12:56:25 +02:00
4 lines
115 B
C#
4 lines
115 B
C#
namespace Ryujinx.Graphics.Shader
|
|
{
|
|
public readonly record struct SetBindingPair(int SetIndex, int Binding);
|
|
}
|