14 lines
No EOL
242 B
C#
14 lines
No EOL
242 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum StencilOp
|
|
{
|
|
Keep = 1,
|
|
Zero,
|
|
Replace,
|
|
IncrementAndClamp,
|
|
DecrementAndClamp,
|
|
Invert,
|
|
IncrementAndWrap,
|
|
DecrementAndWrap
|
|
}
|
|
} |