From 7ce1eb5906dace0f2f9fa78706c92161ddcd4027 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 30 Dec 2015 08:16:12 -0700 Subject: layers: Rename Layer/library/json files for consistency Renamed layers from (for example) xxx_DrawState to xxx_draw_state Renamed JSON files Renamed libraries Renamed object_track.* to object_tracker.* Renamed apidump.h to api_dump.h Renamed screen_shot layer to screenshot Renamed APIDump layer settings file options to ApiDump Bug fixes here and there from prior renames --- layers/linux/VkLayer_basic.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 layers/linux/VkLayer_basic.json (limited to 'layers/linux/VkLayer_basic.json') diff --git a/layers/linux/VkLayer_basic.json b/layers/linux/VkLayer_basic.json new file mode 100644 index 00000000..227b1f4e --- /dev/null +++ b/layers/linux/VkLayer_basic.json @@ -0,0 +1,18 @@ +{ + "file_format_version" : "1.0.0", + "layer" : { + "name": "VK_LAYER_LUNARG_basic", + "type": "GLOBAL", + "library_path": "./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"] + } + ] + } +} -- cgit v1.2.3