mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoBackends: Enable depth clamping.
This commit is contained in:
parent
b1ed7e80fb
commit
e9e81ece65
6 changed files with 7 additions and 21 deletions
|
@ -440,7 +440,7 @@ ID3D11RasterizerState* StateCache::Get(RasterizerState state)
|
|||
return it->second;
|
||||
|
||||
D3D11_RASTERIZER_DESC rastdc = CD3D11_RASTERIZER_DESC(D3D11_FILL_SOLID, state.cull_mode, false, 0,
|
||||
0.f, 0, true, true, false, false);
|
||||
0.f, 0, false, true, false, false);
|
||||
|
||||
ID3D11RasterizerState* res = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue