diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-12-24 10:11:10 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-24 10:11:10 -0700 |
| commit | ae39204748b3e362d5ec1a5312d31c47b78cc6c1 (patch) | |
| tree | 62ef41766448a9e7ff78afcd9ddaa63548e29300 /layers/linux/basic_implicit.json | |
| parent | 86921274c71859ecedcfb05c50160cf7e61a46f9 (diff) | |
| download | usermoji-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.json | 20 |
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"} + } +} |
