blob: bcdb3d0216b4812c349aa4cf4d47d1280acb7f98 [file] [log] [blame]
include::meta/VK_EXT_validation_flags.txt[]
*Last Modified Date*::
2016-09-06
*IP Status*::
No known IP claims.
*Contributors*::
- Tobin Ehlis, Google
- Courtney Goeltzenleuchter, Google
This extension provides the slink:VkValidationFlagsEXT struct that can be
included in the pname:pNext chain of the slink:VkInstanceCreateInfo
structure passed as the pname:pCreateInfo parameter of
flink:vkCreateInstance.
The new struct contains an array of elink:VkValidationCheckEXT values that
will be disabled by the validation layers.
=== New Enum Constants
* Extending elink:VkStructureType:
** ename:VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT
=== New Enums
* elink:VkValidationCheckEXT
=== New Structures
* slink:VkValidationFlagsEXT
=== New Functions
None.
=== Issues
None.
=== Version History
* Revision 1, 2016-08-26 (Courtney Goeltzenleuchter)
- Initial draft