From d671923090e4dc74c0ebdb10c6e09fa0826e1fe9 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 13 Jun 2025 12:04:24 -0700 Subject: build: Update to header 1.4.318 --- scripts/common_codegen.py | 1 + scripts/known_good.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 7fe51da2..1e4d9700 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -61,6 +61,7 @@ platform_dict = { 'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT', 'screen' : 'VK_USE_PLATFORM_SCREEN_QNX', 'sci' : 'VK_USE_PLATFORM_SCI', + 'ohos' : 'VK_USE_PLATFORM_OHOS', } # diff --git a/scripts/known_good.json b/scripts/known_good.json index c99483f9..8bd3c409 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -7,7 +7,7 @@ "sub_dir": "Vulkan-Headers", "build_dir": "Vulkan-Headers/build", "install_dir": "Vulkan-Headers/build/install", - "commit": "v1.4.317" + "commit": "v1.4.318" }, { "name": "MoltenVK", @@ -56,7 +56,7 @@ "cmake_options": [ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], - "commit": "v1.4.317", + "commit": "v1.4.318", "build_platforms": [ "windows", "linux", -- cgit v1.2.3