From 9d7a142a48a5f804127fcae2265bb6ec5495d178 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 16 Dec 2019 01:59:46 -0300 Subject: Support texture rectangle targets (non-normalized coords) --- Ryujinx.Graphics.Shader/QueryInfoCallback.cs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Ryujinx.Graphics.Shader/QueryInfoCallback.cs (limited to 'Ryujinx.Graphics.Shader/QueryInfoCallback.cs') diff --git a/Ryujinx.Graphics.Shader/QueryInfoCallback.cs b/Ryujinx.Graphics.Shader/QueryInfoCallback.cs new file mode 100644 index 00000000..28261a77 --- /dev/null +++ b/Ryujinx.Graphics.Shader/QueryInfoCallback.cs @@ -0,0 +1,4 @@ +namespace Ryujinx.Graphics.Shader +{ + public delegate int QueryInfoCallback(QueryInfoName info, int index); +} \ No newline at end of file -- cgit v1.2.3