From ae39204748b3e362d5ec1a5312d31c47b78cc6c1 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 24 Dec 2015 10:11:10 -0700 Subject: layers: Add basic implicit layer JSON file as an example implicit layer --- layers/linux/basic_implicit.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layers/linux/basic_implicit.json (limited to 'layers/linux/basic_implicit.json') 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"} + } +} -- cgit v1.2.3