mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 13:29:15 +01:00
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