aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs b/Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs
deleted file mode 100644
index ace8342c..00000000
--- a/Ryujinx.Graphics.Gpu/State/ViewVolumeClipControl.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-
-namespace Ryujinx.Graphics.Gpu.State
-{
- [Flags]
- enum ViewVolumeClipControl
- {
- ForceDepthRangeZeroToOne = 1 << 0,
- DepthClampDisabled = 1 << 11,
- }
-} \ No newline at end of file