1 Star 0 Fork 5

doggy-Zhang/third_party_spirv-cross

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
format_all.sh 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jon Leech 提交于 2021-05-08 01:24 . Add missing copyright headers.
#!/bin/bash
# Copyright 2016-2021 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
#for file in spirv_*.{cpp,hpp} include/spirv_cross/*.{hpp,h} samples/cpp/*.cpp main.cpp
for file in spirv_*.{cpp,hpp} main.cpp
do
echo "Formatting file: $file ..."
clang-format -style=file -i $file
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doggy-zhang/third_party_spirv-cross.git
git@gitee.com:doggy-zhang/third_party_spirv-cross.git
doggy-zhang
third_party_spirv-cross
third_party_spirv-cross
master

搜索帮助