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