aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/Multithreading/CommandType.cs')
-rw-r--r--Ryujinx.Graphics.GAL/Multithreading/CommandType.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs b/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
index e0a03ce7..5c42abd1 100644
--- a/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
+++ b/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
@@ -3,7 +3,6 @@
enum CommandType : byte
{
Action,
- CompileShader,
CreateBuffer,
CreateProgram,
CreateSampler,
@@ -29,8 +28,6 @@
SamplerDispose,
- ShaderDispose,
-
TextureCopyTo,
TextureCopyToScaled,
TextureCopyToSlice,