| #!/usr/bin/env bash | |
| # | |
| # Copyright 2016-2023 The Khronos Group Inc. | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # makeKHR - invoke Makefile with the right options to build with all | |
| # KHR extensions included. | |
| # Usage: makeKHR targets | |
| # Load extension dependencies, generated from vk.xml | |
| ./makeSpec -clean -spec khr $* |