| Index: third_party/vulkan-validation-layers/README.chromium
|
| diff --git a/third_party/vulkan-validation-layers/README.chromium b/third_party/vulkan-validation-layers/README.chromium
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f0d4711f29cc48740bcfb926e4b6f99a563f19ee
|
| --- /dev/null
|
| +++ b/third_party/vulkan-validation-layers/README.chromium
|
| @@ -0,0 +1,17 @@
|
| +Name: Vulkan Ecosystem Components
|
| +Short Name: Vulkan Layers SDK
|
| +Version: unknown
|
| +URL: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
|
| +SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git
|
| +Date: 06/07/2016
|
| +Revision: d9da90d92748c37962766868f8b0354637672c2a
|
| +Security Critical: no
|
| +License: Apache 2.0
|
| +License File: LICENSE.txt
|
| +
|
| +Description:
|
| +The Vulkan Ecosystem Components consist of the Vulkan loader and Validation Layers SDK. The layers help
|
| +validate Vulkan programs at runtime for development, and the loader is a utility for loading the Vulkan
|
| +entry points and hooking them into the correct layers. These are essential for developing Vulkan
|
| +applications.
|
| +
|
|
|