mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-26 12:25:45 +00:00
10 lines
141 B
C#
10 lines
141 B
C#
|
namespace Ryujinx.Graphics.GAL
|
||
|
{
|
||
|
public enum AdvancedBlendOverlap
|
||
|
{
|
||
|
Uncorrelated,
|
||
|
Disjoint,
|
||
|
Conjoint
|
||
|
}
|
||
|
}
|