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