1// Copyright 2018-2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_depth_clip_enable.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2018-12-20 11*Contributors*:: 12 - Daniel Rakos, AMD 13 - Henri Verbeet, CodeWeavers 14 - Jeff Bolz, NVIDIA 15 - Philip Rebohle, DXVK 16 - Tobias Hector, AMD 17 18=== Description 19 20This extension allows the depth clipping operation, that is normally 21implicitly controlled by 22slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable, to 23instead be controlled explicitly by 24slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable. 25 26This is useful for translating DX content which assumes depth clamping is 27always enabled, but depth clip can be controlled by the DepthClipEnable 28rasterization state (D3D12_RASTERIZER_DESC). 29 30include::{generated}/interfaces/VK_EXT_depth_clip_enable.adoc[] 31 32=== Version History 33 34 * Revision 1, 2018-12-20 (Piers Daniell) 35 ** Internal revisions 36