GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Implement VK_EXT_depth_bias_control

Blisto91 opened this issue · comments

VK_EXT_depth_bias_control is, when avaliable, used by dxvk to solve some differences in how depth bias is handled in Vulkan versus Direct3D which can otherwise lead to graphical issues in some games. It would be nice if amdvlk could implement this extension for more complete dxvk support.

For further reference see also dxvk implementation PR doitsujin/dxvk#3501 and depth bias mega-issue doitsujin/dxvk#2892

The extension is being implemented