diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-01-14 10:40:40 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-01-14 10:45:00 -0700 |
| commit | afbb7289d5995e3a592e292e9b3895584aa4c893 (patch) | |
| tree | 624c093d579f653487a0ad1ed41f0d490ffbc81d /loader | |
| parent | fb7af78100579edee77560c6cfcb01810e7ea4ff (diff) | |
| download | usermoji-afbb7289d5995e3a592e292e9b3895584aa4c893.tar.xz | |
Change api_version to 1.0.1 in json files
From 0.210.0
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 6fdc3f7c..611b68b6 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": "0.210.0"
+ "api_version": "1.0.1"
}
}
@@ -198,7 +198,7 @@ For example: "name": "OverlayLayer",
"type": "DEVICE",
"library_path": "libvkOverlayLayer.so",
- "api_version" : "0.210.0",
+ "api_version" : "1.0.1",
"implementation_version" : "2",
"description" : "LunarG HUD layer",
"functions": {
diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt index b8d4e959..4a2676a7 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": "0.210.0"
+ "api_version": "1.0.1"
}
}
@@ -194,7 +194,7 @@ For example: "name": "OverlayLayer",
"type": "DEVICE",
"library_path": "vkOverlayLayer.dll",
- "api_version" : "0.210.0",
+ "api_version" : "1.0.1",
"implementation_version" : "2",
"description" : "LunarG HUD layer",
"functions": {
|
