aboutsummaryrefslogtreecommitdiff
path: root/layers/windows
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/windows
parent7dd84581607249f9dd6c30b1a511c3be946a73e7 (diff)
downloadusermoji-29f0d379f2dd656d33dd875ca50abb964eb29fe0.tar.xz
loader: Make version in layer JSON files consistent
bugzilla #15057 part two
Diffstat (limited to 'layers/windows')
-rw-r--r--layers/windows/api_dump.json6
-rw-r--r--layers/windows/basic.json8
-rw-r--r--layers/windows/device_limits.json10
-rw-r--r--layers/windows/draw_state.json8
-rw-r--r--layers/windows/generic.json8
-rw-r--r--layers/windows/image.json6
-rw-r--r--layers/windows/mem_tracker.json6
-rw-r--r--layers/windows/multi.json10
-rw-r--r--layers/windows/object_tracker.json6
-rw-r--r--layers/windows/param_checker.json6
-rw-r--r--layers/windows/screenshot.json6
-rw-r--r--layers/windows/shader_checker.json6
-rw-r--r--layers/windows/swapchain.json6
-rw-r--r--layers/windows/threading.json6
14 files changed, 49 insertions, 49 deletions
diff --git a/layers/windows/api_dump.json b/layers/windows/api_dump.json
index 0dcfcbdd..915d04ee 100644
--- a/layers/windows/api_dump.json
+++ b/layers/windows/api_dump.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "APIDump",
"type": "GLOBAL",
"library_path": ".\\VKLayerAPIDump.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG debug layer"
}
}
diff --git a/layers/windows/basic.json b/layers/windows/basic.json
index 30b3ebc5..deb928cb 100644
--- a/layers/windows/basic.json
+++ b/layers/windows/basic.json
@@ -1,16 +1,16 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "Basic",
"type": "GLOBAL",
"library_path": ".\\VKLayerBasic.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Sample Layer",
"device_extensions": [
{
"name": "vkLayerExtension1",
- "version": "1.0.0"
+ "spec_version": "0"
}
]
}
diff --git a/layers/windows/device_limits.json b/layers/windows/device_limits.json
index 505d05ea..2c7bfa88 100644
--- a/layers/windows/device_limits.json
+++ b/layers/windows/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": ".\\VKLayerDeviceLimits.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "library_path": ".\\VKLayerDeviceLimits.",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer",
"device_extensions": [
{
"name": "DEBUG_MARKER",
- "version": "1.0.0"
+ "spec_version": "0"
}
]
}
diff --git a/layers/windows/draw_state.json b/layers/windows/draw_state.json
index fcd1dcc3..0899f833 100644
--- a/layers/windows/draw_state.json
+++ b/layers/windows/draw_state.json
@@ -1,16 +1,16 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "DrawState",
"type": "GLOBAL",
"library_path": ".\\VKLayerDrawState.dll",
- "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"
}
]
}
diff --git a/layers/windows/generic.json b/layers/windows/generic.json
index 0e450247..823780f4 100644
--- a/layers/windows/generic.json
+++ b/layers/windows/generic.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "Generic",
"type": "GLOBAL",
- "library_path": ".\\VKLayerGeneric.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "library_path": "./libVKLayerGeneric.so",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Sample Layer"
}
}
diff --git a/layers/windows/image.json b/layers/windows/image.json
index 2315f569..f5c78b3b 100644
--- a/layers/windows/image.json
+++ b/layers/windows/image.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "Image",
"type": "GLOBAL",
"library_path": ".\\VKLayerImage.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/mem_tracker.json b/layers/windows/mem_tracker.json
index f53131e5..61875c22 100644
--- a/layers/windows/mem_tracker.json
+++ b/layers/windows/mem_tracker.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "MemTracker",
"type": "GLOBAL",
"library_path": ".\\VKLayerMemTracker.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/multi.json b/layers/windows/multi.json
index dc31ba41..83166109 100644
--- a/layers/windows/multi.json
+++ b/layers/windows/multi.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "multi1",
"type": "DEVICE",
"library_path": ".\\VKLayerMulti.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.1.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Sample multiple layer per library",
"functions" : {
"vkGetDeviceProcAddr" : "multi1GetDeviceProcAddr"
@@ -15,8 +15,8 @@
"name": "multi2",
"type": "INSTANCE",
"library_path": ".\\VKLayerMulti.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.1.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Sample multiple layer per library",
"functions" : {
"vkGetInstanceProcAddr" : "multi2GetInstanceProcAddr"
diff --git a/layers/windows/object_tracker.json b/layers/windows/object_tracker.json
index f60e1646..25c84aad 100644
--- a/layers/windows/object_tracker.json
+++ b/layers/windows/object_tracker.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "ObjectTracker",
"type": "GLOBAL",
"library_path": ".\\VKLayerObjectTracker.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/param_checker.json b/layers/windows/param_checker.json
index 15dc988e..6553f61f 100644
--- a/layers/windows/param_checker.json
+++ b/layers/windows/param_checker.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "ParamChecker",
"type": "GLOBAL",
"library_path": ".\\VKLayerParamChecker.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/screenshot.json b/layers/windows/screenshot.json
index a55ed769..2fa8c170 100644
--- a/layers/windows/screenshot.json
+++ b/layers/windows/screenshot.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "ScreenShot",
"type": "GLOBAL",
"library_path": ".\\VKLayerScreenShot.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG image capture layer"
}
}
diff --git a/layers/windows/shader_checker.json b/layers/windows/shader_checker.json
index d46a90b2..abefb069 100644
--- a/layers/windows/shader_checker.json
+++ b/layers/windows/shader_checker.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "ShaderChecker",
"type": "GLOBAL",
"library_path": ".\\VKLayerShaderChecker.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/swapchain.json b/layers/windows/swapchain.json
index 7ae89db5..dbba897b 100644
--- a/layers/windows/swapchain.json
+++ b/layers/windows/swapchain.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "Swapchain",
"type": "GLOBAL",
"library_path": ".\\VKLayerSwapchain.dll",
- "abi_versions": "1.0.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}
diff --git a/layers/windows/threading.json b/layers/windows/threading.json
index bf5b5795..2a7f7154 100644
--- a/layers/windows/threading.json
+++ b/layers/windows/threading.json
@@ -1,11 +1,11 @@
{
- "file_format_version" : "0.9.0",
+ "file_format_version" : "1.0.0",
"layer" : {
"name": "Threading",
"type": "GLOBAL",
"library_path": ".\\VKLayerThreading.dll",
- "abi_versions": "0.9.0",
- "implementation_version": "1.0.0",
+ "api_version": "0.210.0",
+ "implementation_version": "0",
"description": "LunarG Validation Layer"
}
}