aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/VkLayer_basic.json
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2015-12-30 08:16:12 -0700
committerMark Lobodzinski <mark@lunarg.com>2015-12-30 15:44:19 -0700
commit7ce1eb5906dace0f2f9fa78706c92161ddcd4027 (patch)
tree957e4692b194bb730913b57dd0a55d51353dc63f /layers/linux/VkLayer_basic.json
parentc68df9cd7c308ea5484b3309e99bd5ad933943c8 (diff)
downloadusermoji-7ce1eb5906dace0f2f9fa78706c92161ddcd4027.tar.xz
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
Diffstat (limited to 'layers/linux/VkLayer_basic.json')
-rw-r--r--layers/linux/VkLayer_basic.json18
1 files changed, 18 insertions, 0 deletions
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"]
+ }
+ ]
+ }
+}