Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: third_party/vulkan-validation-layers/README.chromium

Issue 2593703003: Add gitignore and README for Vulkan deps. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/spirv-tools-angle/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+
« no previous file with comments | « third_party/spirv-tools-angle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698