Skip to content

radv, anv, nvk: Add support for VK_EXT_depth_clamp_control

What does this MR do and why?

This MR adds support for the VK_EXT_depth_clamp_control extension that was added in the latest Vulkan headers update.

The extension allows the application to override the depth clamping range that is normally tied to the viewport depth range.

This MR contains patches for 3 different implementations, let me know if this should be split up into 3 MRs.

Edited by Jules Blok

Merge request reports

Loading