mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 05:00:08 +02:00
7 lines
134 B
C#
7 lines
134 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public static class GalConsts
|
|
{
|
|
public const string FlipUniformName = "flip";
|
|
}
|
|
} |