mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-12 04:54:17 +01:00
[hud] Fixed uninitialized depth bounds values
This commit is contained in:
parent
cd92d0b992
commit
33e511485c
@ -211,6 +211,8 @@ namespace dxvk::hud {
|
|||||||
dsState.depthCompareOp = VK_COMPARE_OP_NEVER;
|
dsState.depthCompareOp = VK_COMPARE_OP_NEVER;
|
||||||
dsState.stencilOpFront = stencilOp;
|
dsState.stencilOpFront = stencilOp;
|
||||||
dsState.stencilOpBack = stencilOp;
|
dsState.stencilOpBack = stencilOp;
|
||||||
|
dsState.depthBoundsMin = 0.0f;
|
||||||
|
dsState.depthBoundsMax = 1.0f;
|
||||||
m_context->setDepthStencilState(dsState);
|
m_context->setDepthStencilState(dsState);
|
||||||
|
|
||||||
DxvkLogicOpState loState;
|
DxvkLogicOpState loState;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user