1Name: Khronos Vulkan Validation Layers Components 2Short Name: Vulkan Layers 3Version: N/A 4URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers 5SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git 6Date: 05/24/2018 7Revision: 0fe5bfe66443b288ccf19b3d4c523af7e080672c 8Security Critical: no 9License: Apache 2.0 10License File: LICENSE.txt 11 12Description: 13The Khronos Vulkan Validation Layers Components consist of the Vulkan 14Validation Layers. The layers help validate Vulkan programs at runtime 15for development. When enabled the Vulkan loader will hook the layers 16into the Vulkan APIs so that they evaluate Vulkan API calls and flag 17the incorrect use of the API with callbacks. The layers are essential 18for developing Vulkan applications. 19 20