aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/device_limits.json
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-11-18 16:46:48 -0700
committerJon Ashburn <jon@lunarg.com>2015-11-18 17:05:38 -0700
commit29f0d379f2dd656d33dd875ca50abb964eb29fe0 (patch)
tree86a11b17a7c09e91119fdba82ce15f71d84fa088 /layers/linux/device_limits.json
parent7dd84581607249f9dd6c30b1a511c3be946a73e7 (diff)
downloadusermoji-29f0d379f2dd656d33dd875ca50abb964eb29fe0.tar.xz
loader: Make version in layer JSON files consistent
bugzilla #15057 part two
Diffstat (limited to 'layers/linux/device_limits.json')
-rw-r--r--layers/linux/device_limits.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/layers/linux/device_limits.json b/layers/linux/device_limits.json
index aa2f2780..ddcdc849 100644
--- a/layers/linux/device_limits.json
+++ b/layers/linux/device_limits.json
@@ -1,16 +1,16 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "DeviceLimits",
"type": "GLOBAL",
"library_path": "./libVKLayerDeviceLimits.so",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer",
"device_extensions": [
{
"name": "DEBUG_MARKER",
- "version": "1.0.0"
+ "spec_version": "0"
}
]
}