Missed changes during merge

This commit is contained in:
sunshineinabox 2024-07-04 23:03:22 -07:00
parent 1d5a449931
commit 086656b736

View File

@ -485,9 +485,7 @@ namespace Ryujinx.Graphics.Vulkan
var depthStencilState = new PipelineDepthStencilStateCreateInfo var depthStencilState = new PipelineDepthStencilStateCreateInfo
{ {
SType = StructureType.PipelineDepthStencilStateCreateInfo, SType = StructureType.PipelineDepthStencilStateCreateInfo,
DepthBoundsTestEnable = DepthBoundsTestEnable, DepthBoundsTestEnable = false,
MinDepthBounds = MinDepthBounds,
MaxDepthBounds = MaxDepthBounds,
}; };
if (!supportsExtDynamicState) if (!supportsExtDynamicState)