aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/DepthStencilMode.cs')
-rw-r--r--src/Ryujinx.Graphics.GAL/DepthStencilMode.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs b/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
new file mode 100644
index 00000000..e80d0d4b
--- /dev/null
+++ b/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
@@ -0,0 +1,8 @@
+namespace Ryujinx.Graphics.GAL
+{
+ public enum DepthStencilMode
+ {
+ Depth,
+ Stencil
+ }
+} \ No newline at end of file