aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/VkLayer_basic_implicit.json
diff options
context:
space:
mode:
Diffstat (limited to 'layers/linux/VkLayer_basic_implicit.json')
-rw-r--r--layers/linux/VkLayer_basic_implicit.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/layers/linux/VkLayer_basic_implicit.json b/layers/linux/VkLayer_basic_implicit.json
new file mode 100644
index 00000000..396b4859
--- /dev/null
+++ b/layers/linux/VkLayer_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/libVkLayer_basic.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"}
+ }
+}