blob: 1c5714b3157368671fa1fcf647f2a0228d0567cc [file] [log] [blame]
Yuly Novikov143523a2024-05-23 15:59:58 +00001Name: 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
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.