Skip to content

Commit

Permalink
build: Update to header 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Sep 28, 2023
1 parent 1c0d003 commit e91aa94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion icd/linux/VkICD_mock_icd_vksc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": "./libVkICD_mock_icd_vksc.so",
"api_version": "1.0.12"
"api_version": "1.0.13"
}
}
2 changes: 1 addition & 1 deletion icd/macos/VkICD_mock_icd_vksc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": "./libVkICD_mock_icd_vksc.dylib",
"api_version": "1.0.12"
"api_version": "1.0.13"
}
}
2 changes: 1 addition & 1 deletion icd/windows/VkICD_mock_icd_vksc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": ".\\VkICD_mock_icd_vksc.dll",
"api_version": "1.0.12"
"api_version": "1.0.13"
}
}
6 changes: 3 additions & 3 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"-DVULKANSC=ON",
"-DGEN_VULKANSC_COMBINED=ON"
],
"commit": "e8febd2664a72d0e4d029585822ea3fa127f916e"
"commit": "vksc1.0.13"
},
{
"name": "MoltenVK",
Expand Down Expand Up @@ -67,7 +67,7 @@
"cmake_options": [
"-DVULKANSC=ON"
],
"commit": "936620a081a50d2604cd8763e0b581870f918467",
"commit": "vksc1.0.13",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down Expand Up @@ -128,7 +128,7 @@
"sub_dir": "Vulkan-ValidationLayers",
"build_dir": "Vulkan-ValidationLayers/build",
"install_dir": "Vulkan-ValidationLayers/build/install",
"commit": "89efc53d44d2e0774fd6d6dbd762f38681b52ade",
"commit": "vksc1.0.13",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down

0 comments on commit e91aa94

Please sign in to comment.