You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
The current implementation of
VK_EXT_depth_clamp_controlimplements it as an override for the viewport depth range in all viewports:https://github.com/GPUOpen-Drivers/xgl/blob/dev/icd/api/vk_cmdbuffer.cpp#L12586
Due to an oversight this does currently pass conformance, but does not match the specification of the extension:
To implement the extension correctly a new depth clamping mode needs to be added to the PAL.