1#!/usr/bin/env bash 2# 3# Copyright 2016-2023 The Khronos Group Inc. 4# 5# SPDX-License-Identifier: Apache-2.0 6 7# makeKHR - invoke Makefile with the right options to build with all 8# KHR extensions included. 9 10# Usage: makeKHR targets 11 12# Load extension dependencies, generated from vk.xml 13./makeSpec -clean -spec khr $* 14