mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-16 05:25:20 -06: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