1 Star 0 Fork 0

penghaiyi/SPIRV-Cross mirror

加入 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/penghaiyi/SPIRV-Cross.git
[email protected]:penghaiyi/SPIRV-Cross.git
penghaiyi
SPIRV-Cross
SPIRV-Cross mirror
main

搜索帮助