1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-24 14:31:57 -08:00

12 lines
170 B
C#
Raw Normal View History

2019-10-13 03:02:07 -03:00
namespace Ryujinx.Graphics.GAL.Texture
{
public enum SwizzleComponent
{
Zero,
One,
Red,
Green,
Blue,
Alpha
}
}