GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.68k stars 158 forks source link

[feature request] Implement VK_EXT_depth_bias_control #361

Open Blisto91 opened 2 months ago

Blisto91 commented 2 months ago

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 https://github.com/doitsujin/dxvk/pull/3501 and depth bias mega-issue https://github.com/doitsujin/dxvk/issues/2892

jinjianrong commented 1 month ago

The extension is being implemented