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:
parent
4dc2c9e92c
commit
d8574666cb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user