• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2022-2024 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_depth_bias_control.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2023-02-15
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Joshua Ashton, VALVE
15  - Hans-Kristian Arntzen, VALVE
16  - Mike Blumenkrantz, VALVE
17  - Georg Lehmann, VALVE
18  - Piers Daniell, NVIDIA
19  - Lionel Landwerlin, INTEL
20  - Tobias Hector, AMD
21  - Ricardo Garcia, IGALIA
22  - Jan-Harald Fredriksen, ARM
23  - Shahbaz Youssefi, GOOGLE
24  - Tom Olson, ARM
25
26=== Description
27
28This extension adds a new structure, sname:VkDepthBiasRepresentationInfoEXT,
29that can be added to a `pNext` chain of
30sname:VkPipelineRasterizationStateCreateInfo and allows setting the scaling
31and representation of depth bias for a pipeline.
32
33This state can also be set dynamically by using the new structure mentioned
34above in combination with the new fname:vkCmdSetDepthBias2EXT command.
35
36include::{generated}/interfaces/VK_EXT_depth_bias_control.adoc[]
37
38=== Version History
39
40  * Revision 1, 2022-09-22 (Joshua Ashton)
41  ** Initial draft.
42