mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
Missed changes during merge
This commit is contained in:
parent
1d5a449931
commit
086656b736
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user