Yuly Novikov | 143523a | 2024-05-23 15:59:58 +0000 | [diff] [blame] | 1 | Name: Khronos Vulkan Validation Layers Components |
| 2 | Short Name: Vulkan Validation Layers |
| 3 | Version: N/A |
| 4 | URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers |
| 5 | SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git |
| 6 | Revision: HEAD |
| 7 | Security Critical: no |
| 8 | Shipped: no |
| 9 | License: Apache 2.0 |
| 10 | License File: src/LICENSE.txt |
| 11 | |
| 12 | Description: |
| 13 | The Khronos Vulkan Validation Layers Components consist of the Vulkan |
| 14 | Validation Layers. The layers help validate Vulkan programs at runtime |
| 15 | for development. When enabled the Vulkan loader will hook the layers |
| 16 | into the Vulkan APIs so that they evaluate Vulkan API calls and flag |
| 17 | the incorrect use of the API with callbacks. The layers are essential |
| 18 | for developing Vulkan applications. |