From 2c0a644db855f40f100f9f39e5a8a8dfa2b0014d Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 5 Jan 2024 13:07:37 -0800 Subject: build: Update to header 1.3.275 - Update known-good - Generate source --- scripts/known_good.json | 4 ++-- scripts/kvt_genvk.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/known_good.json b/scripts/known_good.json index 81a9e406..50610c43 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.3.274" + "commit": "v1.3.275" }, { "name": "MoltenVK", @@ -74,7 +74,7 @@ "cmake_options": [ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], - "commit": "v1.3.274", + "commit": "v1.3.275", "build_platforms": [ "windows", "linux", diff --git a/scripts/kvt_genvk.py b/scripts/kvt_genvk.py index 804b407e..8f6b6ee9 100644 --- a/scripts/kvt_genvk.py +++ b/scripts/kvt_genvk.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -# Copyright (c) 2013-2023 The Khronos Group Inc. -# Copyright (c) 2023-2023 RasterGrid Kft. +# Copyright (c) 2013-2024 The Khronos Group Inc. +# Copyright (c) 2023-2024 RasterGrid Kft. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -104,7 +104,7 @@ def makeGenOpts(args): # Copyright text prefixing all headers (list of strings). prefixStrings = [ '/*', - '** Copyright (c) 2015-2018, 2023 The Khronos Group Inc.', + '** Copyright (c) 2015-2024 The Khronos Group Inc.', '**', '** Licensed under the Apache License, Version 2.0 (the "License");', '** you may not use this file except in compliance with the License.', -- cgit v1.2.3