// Copyright 2022-2024 The Khronos Group Inc. // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_EXT_depth_bias_control.adoc[] === Other Extension Metadata *Last Modified Date*:: 2023-02-15 *IP Status*:: No known IP claims. *Contributors*:: - Joshua Ashton, VALVE - Hans-Kristian Arntzen, VALVE - Mike Blumenkrantz, VALVE - Georg Lehmann, VALVE - Piers Daniell, NVIDIA - Lionel Landwerlin, INTEL - Tobias Hector, AMD - Ricardo Garcia, IGALIA - Jan-Harald Fredriksen, ARM - Shahbaz Youssefi, GOOGLE - Tom Olson, ARM === Description This extension adds a new structure, sname:VkDepthBiasRepresentationInfoEXT, that can be added to a `pNext` chain of sname:VkPipelineRasterizationStateCreateInfo and allows setting the scaling and representation of depth bias for a pipeline. This state can also be set dynamically by using the new structure mentioned above in combination with the new fname:vkCmdSetDepthBias2EXT command. include::{generated}/interfaces/VK_EXT_depth_bias_control.adoc[] === Version History * Revision 1, 2022-09-22 (Joshua Ashton) ** Initial draft.