0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-18 16:21:59 +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);
}