mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-29 13:09:09 +01:00
7 lines
113 B
C#
7 lines
113 B
C#
|
namespace Ryujinx.Graphics.Gpu
|
||
|
{
|
||
|
interface ISwizzle
|
||
|
{
|
||
|
int GetSwizzleOffset(int X, int Y);
|
||
|
}
|
||
|
}
|