aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/SwizzleComponent.cs
blob: a405bd139b86ebc52d3bd87226e645869ceb3fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Ryujinx.Graphics.GAL
{
    public enum SwizzleComponent
    {
        Zero,
        One,
        Red,
        Green,
        Blue,
        Alpha
    }
}