aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/basic_implicit.json
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-12-24 10:11:10 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-24 10:11:10 -0700
commitae39204748b3e362d5ec1a5312d31c47b78cc6c1 (patch)
tree62ef41766448a9e7ff78afcd9ddaa63548e29300 /layers/linux/basic_implicit.json
parent86921274c71859ecedcfb05c50160cf7e61a46f9 (diff)
downloadusermoji-ae39204748b3e362d5ec1a5312d31c47b78cc6c1.tar.xz
layers: Add basic implicit layer JSON file as an example implicit layer
Diffstat (limited to 'layers/linux/basic_implicit.json')
-rw-r--r--layers/linux/basic_implicit.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/layers/linux/basic_implicit.json b/layers/linux/basic_implicit.json
new file mode 100644
index 00000000..f8b8a67a
--- /dev/null
+++ b/layers/linux/basic_implicit.json
@@ -0,0 +1,20 @@
+{
+ "file_format_version" : "1.0.0",
+ "layer" : {
+ "name": "VK_LAYER_LUNARG_Basic",
+ "type": "GLOBAL",
+ "library_path": "/etc/vulkan/implicit_layer.d/libVKLayerBasic.so",
+ "api_version": "0.210.0",
+ "implementation_version": "1",
+ "description": "LunarG Sample Layer",
+ "device_extensions": [
+ {
+ "name": "VK_LUNARG_LayerExtension1",
+ "spec_version": "0",
+ "entrypoints": ["vkLayerExtension1"]
+ }
+ ],
+ "disable_environment": { "DISABLE_LAYER_BASIC_1": "1"},
+ "enable_environment": { "ENABLE_LAYER_BASIC_1": "134"}
+ }
+}