mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
75c1d37a45
This change exposes the VkPipelineViewportDepthClipControlCreateInfoEXT::negativeOneToOne pipeline state in the UI. While not a per-viewport state, this state is output alongside viewport information. If the extension is not used, or if this flag is false, [0, 1] is shown as the depth clip range. If the flag is true, [-1, 1] is shown.