1Name: Khronos Vulkan Validation Layers Components 2Short Name: Vulkan Validation Layers 3Version: N/A 4URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers 5SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git 6Revision: DEPS 7Security Critical: no 8Shipped: no 9License: Apache 2.0 10License File: src/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