mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-10-02 16:50:20 -07:00
7 lines
113 B
C#
7 lines
113 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
interface ISwizzle
|
|
{
|
|
int GetSwizzleOffset(int X, int Y);
|
|
}
|
|
} |