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.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs b/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
index c25f0834..c199ff34 100644
--- a/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
+++ b/Ryujinx.Graphics.GAL/Multithreading/CommandType.cs
@@ -52,11 +52,13 @@
DispatchCompute,
Draw,
DrawIndexed,
+ DrawIndexedIndirect,
+ DrawIndexedIndirectCount,
+ DrawIndirect,
+ DrawIndirectCount,
DrawTexture,
EndHostConditionalRendering,
EndTransformFeedback,
- MultiDrawIndirectCount,
- MultiDrawIndexedIndirectCount,
SetAlphaTest,
SetBlendState,
SetDepthBias,