• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- markdownlint-disable MD041 -->
2<!-- Copyright 2015-2019 LunarG, Inc. -->
3
4[![Khronos Vulkan][1]][2]
5
6[1]: https://vulkan.lunarg.com/img/Vulkan_100px_Dec16.png "https://www.khronos.org/vulkan/"
7[2]: https://www.khronos.org/vulkan/
8
9# VK\_LAYER\_KHRONOS\_validation
10
11[![Creative Commons][3]][4]
12
13[3]: https://i.creativecommons.org/l/by-nd/4.0/88x31.png "Creative Commons License"
14[4]: https://creativecommons.org/licenses/by-nd/4.0/
15The `VK_LAYER_KHRONOS_validation` layer encompasses the complete functionality that had previously been provided in the following layers:
16
17- VK_LAYER_GOOGLE_threading
18- VK_LAYER_LUNARG_parameter_validation
19- VK_LAYER_LUNARG_object_tracker
20- VK_LAYER_LUNARG_core_validation
21- VK_LAYER_GOOGLE_unique_objects
22
23
24Details for the functionality contained in each of these areas can be viewed in their respective layer detail documents, located in this directory.
25
26