mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
8 lines
No EOL
110 B
C#
8 lines
No EOL
110 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum DepthStencilMode
|
|
{
|
|
Depth,
|
|
Stencil
|
|
}
|
|
} |