mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-17 06:57:51 +00:00
7 lines
113 B
C#
7 lines
113 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
interface ISwizzle
|
|
{
|
|
int GetSwizzleOffset(int X, int Y);
|
|
}
|
|
} |