diff options
author | Jon Leech <[email protected]> | 2024-06-22 01:14:54 -0700 |
---|---|---|
committer | Charles Giessen <[email protected]> | 2024-07-07 14:05:33 -0500 |
commit | 67dcf5647c697a3a21fc6fa4976b1ec57338fb51 (patch) | |
tree | b029ec0738019ba9fb90da83e70e90d35499cc3f /registry/stripAPI.py | |
parent | 190d2cb24e90e5bf2bec0a75604a9b3586485b6d (diff) | |
download | Vulkan-Headers-67dcf5647c697a3a21fc6fa4976b1ec57338fb51.tar.gz Vulkan-Headers-67dcf5647c697a3a21fc6fa4976b1ec57338fb51.zip |
Makefile to import generated scripts and headers when doing a spec update
Motivated by recent problems building the SC 1.0.15 spec update - will
import to VulkanSC-Headers and tweak once it's proven out for
Vulkan-Headers.
The Makefile may need to be modified when directory structure is changed
or new files are added.
Diffstat (limited to 'registry/stripAPI.py')
-rwxr-xr-x | registry/stripAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/stripAPI.py b/registry/stripAPI.py index ea37f59..df1287f 100755 --- a/registry/stripAPI.py +++ b/registry/stripAPI.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# Copyright 2023 The Khronos Group Inc. +# Copyright 2023-2024 The Khronos Group Inc. # SPDX-License-Identifier: Apache-2.0 import argparse |