summaryrefslogtreecommitdiff
path: root/appendices/VK_EXT_pipeline_robustness.adoc
blob: 16d239c72800e660f6cfbd61b869086822474dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Copyright 2022-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_EXT_pipeline_robustness.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2022-07-12
*Interactions and External Dependencies*::
  - Interacts with `apiext:VK_EXT_robustness2`
  - Interacts with `apiext:VK_EXT_image_robustness`
  - Interacts with `apiext:VK_KHR_ray_tracing_pipeline`
*Contributors*::
  - Jarred Davies, Imagination Technologies
  - Alex Walters, Imagination Technologies
  - Piers Daniell, NVIDIA
  - Graeme Leese, Broadcom Corporation
  - Jeff Leger, Qualcomm Technologies, Inc.
  - Faith Ekstrand, Intel
  - Lionel Landwerlin, Intel
  - Shahbaz Youssefi, Google, Inc.

=== Description

This extension allows users to request robustness on a per-pipeline stage
basis.

As <<features-robustBufferAccess, pname:robustBufferAccess>> and other
robustness features may have an adverse effect on performance, this
extension is designed to allow users to request robust behavior only where
it may be needed.

include::{generated}/interfaces/VK_EXT_pipeline_robustness.adoc[]

=== Version History

  * Revision 1, 2022-07-12 (Jarred Davies)
  ** Initial version