• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2022 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_pipeline_robustness.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2022-07-12
11*Interactions and External Dependencies*::
12  - Interacts with `apiext:VK_EXT_robustness2`
13  - Interacts with `apiext:VK_EXT_image_robustness`
14  - Interacts with `apiext:VK_KHR_ray_tracing_pipeline`
15*Contributors*::
16  - Jarred Davies, Imagination Technologies
17  - Alex Walters, Imagination Technologies
18  - Piers Daniell, NVIDIA
19  - Graeme Leese, Broadcom Corporation
20  - Jeff Leger, Qualcomm Technologies, Inc.
21  - Jason Ekstrand, Intel
22  - Lionel Landwerlin, Intel
23  - Shahbaz Youssefi, Google, Inc.
24
25=== Description
26
27This extension allows users to request robustness on a per-pipeline stage
28basis.
29
30As <<features-robustBufferAccess, pname:robustBufferAccess>> and other
31robustness features may have an adverse effect on performance, this
32extension is designed to allow users to request robust behavior only where
33it may be needed.
34
35include::{generated}/interfaces/VK_EXT_pipeline_robustness.adoc[]
36
37=== Version History
38
39  * Revision 1, 2022-07-12 (Jarred Davies)
40  ** Initial version
41