mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-02 11:52:10 +01:00
f1a9d72d38
I originally thought the depth clipping region was always [0, 1] when I first implemented this nearly 2 years ago. The depth clipping region is already in the viewport's depth range, so just don't do anything here if we are z-testing. ( We still need to keep the flattening around for when ztest is disabled though :( ) Fixes: #2056