b9aa3966c0
interpreter, and a rewrite of the GPU code.
7 lines
No EOL
113 B
C#
7 lines
No EOL
113 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
interface ISwizzle
|
|
{
|
|
int GetSwizzleOffset(int X, int Y);
|
|
}
|
|
} |