• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include::meta/VK_EXT_validation_flags.txt[]
2
3*Last Modified Date*::
4    2016-09-06
5*IP Status*::
6    No known IP claims.
7*Contributors*::
8  - Tobin Ehlis, Google
9  - Courtney Goeltzenleuchter, Google
10
11This extension provides the slink:VkValidationFlagsEXT struct that can be
12included in the pname:pNext chain of the slink:VkInstanceCreateInfo
13structure passed as the pname:pCreateInfo parameter of
14flink:vkCreateInstance.
15The new struct contains an array of elink:VkValidationCheckEXT values that
16will be disabled by the validation layers.
17
18=== New Enum Constants
19
20  * Extending elink:VkStructureType:
21  ** ename:VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT
22
23=== New Enums
24
25  * elink:VkValidationCheckEXT
26
27=== New Structures
28
29  * slink:VkValidationFlagsEXT
30
31=== New Functions
32
33None.
34
35=== Issues
36
37None.
38
39=== Version History
40
41 * Revision 1, 2016-08-26 (Courtney Goeltzenleuchter)
42   - Initial draft
43