mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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