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