mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-28 23:29:05 +00:00
Merge shader branch, adding support for GLSL decompilation, a macro
interpreter, and a rewrite of the GPU code.
This commit is contained in:
7
Ryujinx.Graphics/Gpu/ISwizzle.cs
Normal file
7
Ryujinx.Graphics/Gpu/ISwizzle.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Gpu
|
||||
{
|
||||
interface ISwizzle
|
||||
{
|
||||
int GetSwizzleOffset(int X, int Y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user