mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-13 06:35:51 +00:00
8 lines
No EOL
110 B
C#
8 lines
No EOL
110 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum DepthStencilMode
|
|
{
|
|
Depth,
|
|
Stencil
|
|
}
|
|
} |