File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "file_format_version": "1.0.1",
33 "ICD": {
44 "library_path": "@JSON_LIBRARY_PATH@",
5- "api_version": "1.4.303 "
5+ "api_version": "1.4.304 "
66 }
77}
Original file line number Diff line number Diff line change 77 "sub_dir" : " Vulkan-Headers" ,
88 "build_dir" : " Vulkan-Headers/build" ,
99 "install_dir" : " Vulkan-Headers/build/install" ,
10- "commit" : " v1.4.303 "
10+ "commit" : " v1.4.304 "
1111 },
1212 {
1313 "name" : " MoltenVK" ,
7474 "cmake_options" : [
7575 " -DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
7676 ],
77- "commit" : " v1.4.303 " ,
77+ "commit" : " v1.4.304 " ,
7878 "build_platforms" : [
7979 " windows" ,
8080 " linux" ,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ std::string VkDriverIdString(VkDriverId value) {
100100 case (VK_DRIVER_ID_MESA_NVK): return " DRIVER_ID_MESA_NVK" ;
101101 case (VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA): return " DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA" ;
102102 case (VK_DRIVER_ID_MESA_HONEYKRISP): return " DRIVER_ID_MESA_HONEYKRISP" ;
103- case (VK_DRIVER_ID_RESERVED_27 ): return " DRIVER_ID_RESERVED_27 " ;
103+ case (VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN ): return " DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN " ;
104104 default : return std::string (" UNKNOWN_VkDriverId_value" ) + std::to_string (value);
105105 }
106106}
You can’t perform that action at this time.
0 commit comments