Missed changes during merge

This commit is contained in:
sunshineinabox 2024-07-04 23:03:22 -07:00
parent 1d5a449931
commit 086656b736
1 changed files with 1 additions and 3 deletions

View File

@ -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)