Skip to content

Commit

Permalink
Update Vulkan API version to 1.2.159
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxLinAMD committed Nov 17, 2020
1 parent 9077a08 commit 2802ac3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json/Redhat/amd_icd32.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/amdvlk32.so",
"api_version": "1.2.158"
"api_version": "1.2.159"
}
}

2 changes: 1 addition & 1 deletion json/Redhat/amd_icd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib64/amdvlk64.so",
"api_version": "1.2.158"
"api_version": "1.2.159"
}
}

2 changes: 1 addition & 1 deletion json/Ubuntu/amd_icd32.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/i386-linux-gnu/amdvlk32.so",
"api_version": "1.2.158"
"api_version": "1.2.159"
}
}

2 changes: 1 addition & 1 deletion json/Ubuntu/amd_icd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",
"api_version": "1.2.158"
"api_version": "1.2.159"
}
}

0 comments on commit 2802ac3

Please sign in to comment.