mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 16:58:43 +00:00
build: Update to header 1.4.304
This commit is contained in:
parent
7f8738669b
commit
5a88b6042e
2 changed files with 3 additions and 3 deletions
|
@ -3688,8 +3688,8 @@ static inline const char* string_VkDriverId(VkDriverId input_value) {
|
||||||
return "VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA";
|
return "VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA";
|
||||||
case VK_DRIVER_ID_MESA_HONEYKRISP:
|
case VK_DRIVER_ID_MESA_HONEYKRISP:
|
||||||
return "VK_DRIVER_ID_MESA_HONEYKRISP";
|
return "VK_DRIVER_ID_MESA_HONEYKRISP";
|
||||||
case VK_DRIVER_ID_RESERVED_27:
|
case VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN:
|
||||||
return "VK_DRIVER_ID_RESERVED_27";
|
return "VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN";
|
||||||
default:
|
default:
|
||||||
return "Unhandled VkDriverId";
|
return "Unhandled VkDriverId";
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"sub_dir": "Vulkan-Headers",
|
"sub_dir": "Vulkan-Headers",
|
||||||
"build_dir": "Vulkan-Headers/build",
|
"build_dir": "Vulkan-Headers/build",
|
||||||
"install_dir": "Vulkan-Headers/build/install",
|
"install_dir": "Vulkan-Headers/build/install",
|
||||||
"commit": "v1.4.303"
|
"commit": "v1.4.304"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "googletest",
|
"name": "googletest",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue