From bd28ce90e6df04b5b15a5c1149523f3742af38cc Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 23 Sep 2020 20:48:34 -0300 Subject: Implement small indexed draws and other fixes to make guest Vulkan work (#1558) --- Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs (limited to 'Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs b/Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs new file mode 100644 index 00000000..451f4963 --- /dev/null +++ b/Ryujinx.Graphics.Gpu/Engine/ConditionalRenderEnabled.cs @@ -0,0 +1,9 @@ +namespace Ryujinx.Graphics.Gpu.Engine +{ + enum ConditionalRenderEnabled + { + False, + True, + Host + } +} -- cgit v1.2.3