0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-25 22:12:01 +00:00
Ryujinx/Ryujinx.Graphics.Shader/QueryInfoCallback.cs

4 lines
No EOL
111 B
C#

namespace Ryujinx.Graphics.Shader
{
public delegate int QueryInfoCallback(QueryInfoName info, int index);
}