diff options
| author | David Pinedo <david@lunarg.com> | 2015-12-01 17:25:01 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-02 08:05:27 -0700 |
| commit | 70e987863c4121f7c875336f89b808f5771965ca (patch) | |
| tree | ba20f2f46597bca6cf81e7746bf5ffa5657176be /loader | |
| parent | a8894a54caa2eb27c5562e51e33c24b8467838fc (diff) | |
| download | usermoji-70e987863c4121f7c875336f89b808f5771965ca.tar.xz | |
Doc: change api_version and layer names in documentation files
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/LinuxICDs.txt | 4 | ||||
| -rw-r--r-- | loader/WindowsICDs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
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": {
|
