aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/VkLayer_api_dump.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_api_dump.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_api_dump.json')
-rw-r--r--layers/linux/VkLayer_api_dump.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/layers/linux/VkLayer_api_dump.json b/layers/linux/VkLayer_api_dump.json
new file mode 100644
index 00000000..adc2091b
--- /dev/null
+++ b/layers/linux/VkLayer_api_dump.json
@@ -0,0 +1,11 @@
+{
+ "file_format_version" : "1.0.0",
+ "layer" : {
+ "name": "VK_LAYER_LUNARG_api_dump",
+ "type": "GLOBAL",
+ "library_path": "./libVkLayer_api_dump.so",
+ "api_version": "0.210.0",
+ "implementation_version": "1",
+ "description": "LunarG debug layer"
+ }
+}