mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 08:36:39 +00:00
Missed changes during merge
This commit is contained in:
parent
1d5a449931
commit
086656b736
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue