From 63be6b4a3c56dc1b55e1da3752f5bdf3e5c26631 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Wed, 10 Feb 2016 15:59:32 -0700 Subject: layers: Update api version to 1.0.3 in json files --- loader/LinuxICDs.txt | 4 ++-- loader/LoaderAndLayerInterface.md | 4 ++-- loader/WindowsICDs.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'loader') diff --git a/loader/LinuxICDs.txt b/loader/LinuxICDs.txt index 611b68b6..c4521aeb 100644 --- a/loader/LinuxICDs.txt +++ b/loader/LinuxICDs.txt @@ -25,7 +25,7 @@ ICD shared library (".so") file. For example: "file_format_version": "1.0.0", "ICD": { "library_path": "path to ICD library", - "api_version": "1.0.1" + "api_version": "1.0.3" } } @@ -198,7 +198,7 @@ For example: "name": "OverlayLayer", "type": "DEVICE", "library_path": "libvkOverlayLayer.so", - "api_version" : "1.0.1", + "api_version" : "1.0.3", "implementation_version" : "2", "description" : "LunarG HUD layer", "functions": { diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 17eec422..dd8a8918 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -117,7 +117,7 @@ For each value in this key which has DWORD data set to 0, the loader opens the J "file_format_version": "1.0.0", "ICD": { "library_path": "path to ICD library", - "api_version": "1.0.2" + "api_version": "1.0.3" } } @@ -190,7 +190,7 @@ The Vulkan loader will open each info file to obtain the name or pathname of an "file_format_version": "1.0.0", "ICD": { "library_path": "path to ICD library", - "api_version": "1.0.2" + "api_version": "1.0.3" } } diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt index 4a2676a7..6efcad07 100644 --- a/loader/WindowsICDs.txt +++ b/loader/WindowsICDs.txt @@ -24,7 +24,7 @@ an ICD shared library (".dll") file. For example: "file_format_version": "1.0.0", "ICD": { "library_path": "path to ICD library", - "api_version": "1.0.1" + "api_version": "1.0.3" } } @@ -194,7 +194,7 @@ For example: "name": "OverlayLayer", "type": "DEVICE", "library_path": "vkOverlayLayer.dll", - "api_version" : "1.0.1", + "api_version" : "1.0.3", "implementation_version" : "2", "description" : "LunarG HUD layer", "functions": { -- cgit v1.2.3