Skip to content

anv: implement EXT_depth_clip_control

Vadym Shovkoplias requested to merge GL/mesa:depth_clip_control-6070 into main

A new extension allowing the application to use the OpenGL depth range in NDC, i.e. with depth in range [-1, 1], as opposed to Vulkan’s default of [0, 1].

Gitlab: #6070 (closed) Signed-off-by: Vadym Shovkoplias vadym.shovkoplias@globallogic.com

Merge request reports