mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 08:00:46 -07:00
Support texture rectangle targets (non-normalized coords)
This commit is contained in:
4
Ryujinx.Graphics.Shader/QueryInfoCallback.cs
Normal file
4
Ryujinx.Graphics.Shader/QueryInfoCallback.cs
Normal file
@ -0,0 +1,4 @@
|
||||
namespace Ryujinx.Graphics.Shader
|
||||
{
|
||||
public delegate int QueryInfoCallback(QueryInfoName info, int index);
|
||||
}
|
Reference in New Issue
Block a user