• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2016-2024 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_validation_flags.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2019-08-19
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Tobin Ehlis, Google
15  - Courtney Goeltzenleuchter, Google
16
17=== Description
18
19This extension provides the slink:VkValidationFlagsEXT struct that can be
20included in the pname:pNext chain of the slink:VkInstanceCreateInfo
21structure passed as the pname:pCreateInfo parameter of
22flink:vkCreateInstance.
23The structure contains an array of elink:VkValidationCheckEXT values that
24will be disabled by the validation layers.
25
26=== Deprecation by `VK_EXT_layer_settings`
27Functionality in this extension is subsumed into the
28`apiext:VK_EXT_layer_settings` extension.
29
30include::{generated}/interfaces/VK_EXT_validation_flags.adoc[]
31
32=== Version History
33
34  * Revision 3, 2023-09-25 (Christophe Riccio)
35  ** Marked as deprecated by VK_EXT_layer_settings
36  * Revision 2, 2019-08-19 (Mark Lobodzinski)
37  ** Marked as deprecated by VK_EXT_validation_features
38  * Revision 1, 2016-08-26 (Courtney Goeltzenleuchter)
39  ** Initial draft
40