• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2016-2023 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_validation_features`
27Functionality in this extension is subsumed into the
28`apiext:VK_EXT_validation_features` extension.
29
30include::{generated}/interfaces/VK_EXT_validation_flags.adoc[]
31
32=== Version History
33
34  * Revision 2, 2019-08-19 (Mark Lobodzinski)
35  ** Marked as deprecated
36  * Revision 1, 2016-08-26 (Courtney Goeltzenleuchter)
37  ** Initial draft
38