diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-09-28 09:49:53 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-09-28 09:51:46 -0600 |
| commit | 4902af96e8472802d925aee3d22ab952c2c7f246 (patch) | |
| tree | 35c5a2d02134ace78f8a67ab295804fc1fe60ac1 /layers | |
| parent | 1d05122c1630572a4fa947cf94d9836c6abb3b36 (diff) | |
| download | usermoji-4902af96e8472802d925aee3d22ab952c2c7f246.tar.xz | |
misc: Change all JSON files to abi version 0.9.0
Diffstat (limited to 'layers')
26 files changed, 28 insertions, 28 deletions
diff --git a/layers/linux/api_dump.json b/layers/linux/api_dump.json index 688d2347..a8b84fde 100644 --- a/layers/linux/api_dump.json +++ b/layers/linux/api_dump.json @@ -4,7 +4,7 @@ "name": "APIDump", "type": "GLOBAL", "library_path": "./libVKLayerAPIDump.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG debug layer" } diff --git a/layers/linux/basic.json b/layers/linux/basic.json index 5793d973..f3de7883 100644 --- a/layers/linux/basic.json +++ b/layers/linux/basic.json @@ -4,7 +4,7 @@ "name": "Basic", "type": "GLOBAL", "library_path": "./libVKLayerBasic.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Sample Layer", "device_extensions": [ diff --git a/layers/linux/device_limits.json b/layers/linux/device_limits.json index 964b1192..aa2f2780 100644 --- a/layers/linux/device_limits.json +++ b/layers/linux/device_limits.json @@ -4,7 +4,7 @@ "name": "DeviceLimits", "type": "GLOBAL", "library_path": "./libVKLayerDeviceLimits.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer", "device_extensions": [ diff --git a/layers/linux/draw_state.json b/layers/linux/draw_state.json index 114487d6..bc76df9c 100644 --- a/layers/linux/draw_state.json +++ b/layers/linux/draw_state.json @@ -4,7 +4,7 @@ "name": "DrawState", "type": "GLOBAL", "library_path": "./libVKLayerDrawState.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer", "device_extensions": [ diff --git a/layers/linux/generic.json b/layers/linux/generic.json index 403ad75d..4ade7794 100644 --- a/layers/linux/generic.json +++ b/layers/linux/generic.json @@ -4,7 +4,7 @@ "name": "Generic", "type": "GLOBAL", "library_path": "./libVKLayerGeneric.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Sample Layer" } diff --git a/layers/linux/image.json b/layers/linux/image.json index 9063b608..a0cb304a 100644 --- a/layers/linux/image.json +++ b/layers/linux/image.json @@ -4,7 +4,7 @@ "name": "Image", "type": "GLOBAL", "library_path": "./libVKLayerImage.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/linux/mem_tracker.json b/layers/linux/mem_tracker.json index 627238f8..8432956d 100644 --- a/layers/linux/mem_tracker.json +++ b/layers/linux/mem_tracker.json @@ -4,7 +4,7 @@ "name": "MemTracker", "type": "GLOBAL", "library_path": "./libVKLayerMemTracker.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/linux/multi.json b/layers/linux/multi.json index 90fdf1d8..5913bc14 100644 --- a/layers/linux/multi.json +++ b/layers/linux/multi.json @@ -4,7 +4,7 @@ "name": "multi1", "type": "DEVICE", "library_path": "./libVKLayerMulti.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library", "functions" : { @@ -15,7 +15,7 @@ "name": "multi2", "type": "INSTANCE", "library_path": "./libVKLayerMulti.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library", "functions" : { diff --git a/layers/linux/object_tracker.json b/layers/linux/object_tracker.json index 78434317..c67f94d8 100644 --- a/layers/linux/object_tracker.json +++ b/layers/linux/object_tracker.json @@ -4,7 +4,7 @@ "name": "ObjectTracker", "type": "GLOBAL", "library_path": "./libVKLayerObjectTracker.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/linux/param_checker.json b/layers/linux/param_checker.json index 431472fd..639b7381 100644 --- a/layers/linux/param_checker.json +++ b/layers/linux/param_checker.json @@ -4,7 +4,7 @@ "name": "ParamChecker", "type": "GLOBAL", "library_path": "./libVKLayerParamChecker.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/linux/screenshot.json b/layers/linux/screenshot.json index 1dee1741..ddcbdbf5 100644 --- a/layers/linux/screenshot.json +++ b/layers/linux/screenshot.json @@ -4,7 +4,7 @@ "name": "ScreenShot", "type": "GLOBAL", "library_path": "./libVKLayerScreenShot.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG image capture layer" } diff --git a/layers/linux/shader_checker.json b/layers/linux/shader_checker.json index 08d997ad..4dc14d5a 100644 --- a/layers/linux/shader_checker.json +++ b/layers/linux/shader_checker.json @@ -4,7 +4,7 @@ "name": "ShaderChecker", "type": "GLOBAL", "library_path": "./libVKLayerShaderChecker.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/linux/threading.json b/layers/linux/threading.json index 2a7d8eb8..d9f26121 100644 --- a/layers/linux/threading.json +++ b/layers/linux/threading.json @@ -4,7 +4,7 @@ "name": "Threading", "type": "GLOBAL", "library_path": "./libVKLayerThreading.so", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/api_dump.json b/layers/windows/api_dump.json index 1b6639aa..0dcfcbdd 100644 --- a/layers/windows/api_dump.json +++ b/layers/windows/api_dump.json @@ -4,7 +4,7 @@ "name": "APIDump", "type": "GLOBAL", "library_path": ".\\VKLayerAPIDump.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG debug layer" } diff --git a/layers/windows/basic.json b/layers/windows/basic.json index 5f2a253d..30b3ebc5 100644 --- a/layers/windows/basic.json +++ b/layers/windows/basic.json @@ -4,7 +4,7 @@ "name": "Basic", "type": "GLOBAL", "library_path": ".\\VKLayerBasic.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Sample Layer", "device_extensions": [ diff --git a/layers/windows/device_limits.json b/layers/windows/device_limits.json index 4cf1eeea..505d05ea 100644 --- a/layers/windows/device_limits.json +++ b/layers/windows/device_limits.json @@ -4,7 +4,7 @@ "name": "DeviceLimits", "type": "GLOBAL", "library_path": ".\\VKLayerDeviceLimits.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer", "device_extensions": [ diff --git a/layers/windows/draw_state.json b/layers/windows/draw_state.json index e1941a34..fcd1dcc3 100644 --- a/layers/windows/draw_state.json +++ b/layers/windows/draw_state.json @@ -4,7 +4,7 @@ "name": "DrawState", "type": "GLOBAL", "library_path": ".\\VKLayerDrawState.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer", "device_extensions": [ diff --git a/layers/windows/generic.json b/layers/windows/generic.json index a2837a46..0e450247 100644 --- a/layers/windows/generic.json +++ b/layers/windows/generic.json @@ -4,7 +4,7 @@ "name": "Generic", "type": "GLOBAL", "library_path": ".\\VKLayerGeneric.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Sample Layer" } diff --git a/layers/windows/image.json b/layers/windows/image.json index 4ce9cd85..2315f569 100644 --- a/layers/windows/image.json +++ b/layers/windows/image.json @@ -4,7 +4,7 @@ "name": "Image", "type": "GLOBAL", "library_path": ".\\VKLayerImage.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/mem_tracker.json b/layers/windows/mem_tracker.json index 4edc9999..f53131e5 100644 --- a/layers/windows/mem_tracker.json +++ b/layers/windows/mem_tracker.json @@ -4,7 +4,7 @@ "name": "MemTracker", "type": "GLOBAL", "library_path": ".\\VKLayerMemTracker.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/multi.json b/layers/windows/multi.json index dd30334b..dc31ba41 100644 --- a/layers/windows/multi.json +++ b/layers/windows/multi.json @@ -4,7 +4,7 @@ "name": "multi1", "type": "DEVICE", "library_path": ".\\VKLayerMulti.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library", "functions" : { @@ -15,7 +15,7 @@ "name": "multi2", "type": "INSTANCE", "library_path": ".\\VKLayerMulti.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library", "functions" : { diff --git a/layers/windows/object_tracker.json b/layers/windows/object_tracker.json index 36dffef7..f60e1646 100644 --- a/layers/windows/object_tracker.json +++ b/layers/windows/object_tracker.json @@ -4,7 +4,7 @@ "name": "ObjectTracker", "type": "GLOBAL", "library_path": ".\\VKLayerObjectTracker.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/param_checker.json b/layers/windows/param_checker.json index 02cb5f34..15dc988e 100644 --- a/layers/windows/param_checker.json +++ b/layers/windows/param_checker.json @@ -4,7 +4,7 @@ "name": "ParamChecker", "type": "GLOBAL", "library_path": ".\\VKLayerParamChecker.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/screenshot.json b/layers/windows/screenshot.json index d42509e6..a55ed769 100644 --- a/layers/windows/screenshot.json +++ b/layers/windows/screenshot.json @@ -4,7 +4,7 @@ "name": "ScreenShot", "type": "GLOBAL", "library_path": ".\\VKLayerScreenShot.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG image capture layer" } diff --git a/layers/windows/shader_checker.json b/layers/windows/shader_checker.json index c971155e..d46a90b2 100644 --- a/layers/windows/shader_checker.json +++ b/layers/windows/shader_checker.json @@ -4,7 +4,7 @@ "name": "ShaderChecker", "type": "GLOBAL", "library_path": ".\\VKLayerShaderChecker.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } diff --git a/layers/windows/threading.json b/layers/windows/threading.json index 7c4bc82b..bf5b5795 100644 --- a/layers/windows/threading.json +++ b/layers/windows/threading.json @@ -4,7 +4,7 @@ "name": "Threading", "type": "GLOBAL", "library_path": ".\\VKLayerThreading.dll", - "abi_versions": "1.0.0", + "abi_versions": "0.9.0", "implementation_version": "1.0.0", "description": "LunarG Validation Layer" } |
