1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[dxgi] Presenter now sets depth/stencil state properly

This commit is contained in:
Philip Rebohle 2018-01-01 23:00:07 +01:00
parent 4dc2c9e92c
commit d8574666cb

View File

@ -94,6 +94,7 @@ namespace dxvk {
dsState.stencilOpBack = stencilOp;
dsState.depthBoundsMin = 0.0f;
dsState.depthBoundsMax = 1.0f;
m_context->setDepthStencilState(dsState);
DxvkLogicOpState loState;
loState.enableLogicOp = VK_FALSE;