From 086656b7361dd1f1477898849564de4c271b658c Mon Sep 17 00:00:00 2001 From: sunshineinabox Date: Thu, 4 Jul 2024 23:03:22 -0700 Subject: [PATCH] Missed changes during merge --- src/Ryujinx.Graphics.Vulkan/PipelineState.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Ryujinx.Graphics.Vulkan/PipelineState.cs b/src/Ryujinx.Graphics.Vulkan/PipelineState.cs index 3a659bd8f..06269eb34 100644 --- a/src/Ryujinx.Graphics.Vulkan/PipelineState.cs +++ b/src/Ryujinx.Graphics.Vulkan/PipelineState.cs @@ -485,9 +485,7 @@ namespace Ryujinx.Graphics.Vulkan var depthStencilState = new PipelineDepthStencilStateCreateInfo { SType = StructureType.PipelineDepthStencilStateCreateInfo, - DepthBoundsTestEnable = DepthBoundsTestEnable, - MinDepthBounds = MinDepthBounds, - MaxDepthBounds = MaxDepthBounds, + DepthBoundsTestEnable = false, }; if (!supportsExtDynamicState)