/ src / Ryujinx.Graphics.GAL / SwizzleComponent.cs
SwizzleComponent.cs
 1  namespace Ryujinx.Graphics.GAL
 2  {
 3      public enum SwizzleComponent
 4      {
 5          Zero,
 6          One,
 7          Red,
 8          Green,
 9          Blue,
10          Alpha,
11      }
12  }