From 70e987863c4121f7c875336f89b808f5771965ca Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Tue, 1 Dec 2015 17:25:01 -0700 Subject: Doc: change api_version and layer names in documentation files --- loader/LinuxICDs.txt | 4 ++-- loader/WindowsICDs.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'loader') diff --git a/loader/LinuxICDs.txt b/loader/LinuxICDs.txt index 7394c793..6fdc3f7c 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.0" + "api_version": "0.210.0" } } @@ -198,7 +198,7 @@ For example: "name": "OverlayLayer", "type": "DEVICE", "library_path": "libvkOverlayLayer.so", - "api_version" : "1.0.0", + "api_version" : "0.210.0", "implementation_version" : "2", "description" : "LunarG HUD layer", "functions": { diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt index 12a858b9..f49bd5cb 100644 --- a/loader/WindowsICDs.txt +++ b/loader/WindowsICDs.txt @@ -26,7 +26,7 @@ file. For example: "file_format_version": "1.0.0", "ICD": { "library_path": "path to ICD library", - "api_version": "1.0.0" + "api_version": "0.210.0" } } @@ -191,7 +191,7 @@ For example: "name": "OverlayLayer", "type": "DEVICE", "library_path": "vkOverlayLayer.dll", - "api_version" : "1.0.0", + "api_version" : "0.210.0", "implementation_version" : "2", "description" : "LunarG HUD layer", "functions": { -- cgit v1.2.3