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: HEAD 7Security Critical: no 8License: Apache 2.0 9License File: src/LICENSE.txt 10 11Description: 12The Khronos Vulkan Validation Layers Components consist of the Vulkan 13Validation Layers. The layers help validate Vulkan programs at runtime 14for development. When enabled the Vulkan loader will hook the layers 15into the Vulkan APIs so that they evaluate Vulkan API calls and flag 16the incorrect use of the API with callbacks. The layers are essential 17for developing Vulkan applications. 18