mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +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.stencilOpFront = stencilOp;
|
||||
dsState.stencilOpBack = stencilOp;
|
||||
dsState.depthBoundsMin = 0.0f;
|
||||
dsState.depthBoundsMax = 1.0f;
|
||||
m_context->setDepthStencilState(dsState);
|
||||
|
||||
DxvkLogicOpState loState;
|
||||
|
Loading…
x
Reference in New Issue
Block a user