namespace Ryujinx.Graphics.Gal
{
public enum GalBlendEquation
FuncAdd = 1,
FuncSubtract = 2,
FuncReverseSubtract = 3,
Min = 4,
Max = 5
}