1 Star 0 Fork 0

Andrew0229/Vulkan-Docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makeExt 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
#
# Copyright (c) 2016-2020 The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
# makeExt - invoke Makefile with the right options to build with a
# specific extension included. Only one extension may be specified;
# for more complex builds, invoke 'makeSpec' directly.
#
# Usage: makeExt extension targets
extension=$1
shift
./makeSpec -clean -spec core -extension $extension $*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andrew0229/Vulkan-Docs.git
git@gitee.com:andrew0229/Vulkan-Docs.git
andrew0229
Vulkan-Docs
Vulkan-Docs
master

搜索帮助