摘要:
指定url导出 export.sh if [ -z "$1" ] then echo "The origin_git_url is empty" exit fi origin_url=$1 echo "" echo origin_url = $origin_url filename=$(basena 阅读全文
摘要:
1、克隆代码,CMake生成工程文件,vs直接编译; https://github.com/ARM-software/astc-encoder 2、命令备份 rem astcenc.exe -h set astc_command=D:\res\tps_test\proj\bg\astcenc.exe 阅读全文
摘要:
1、根据 纹理 是否alpha预乘,决定混合方式 void Sprite::updateBlendFunc(void) { CCASSERT(! _batchNode, "CCSprite: updateBlendFunc doesn't work when the sprite is render 阅读全文
摘要:
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0 go install google.golang.org/protobuf/cmd/protoc-gen-go@latest https://github.com/prot 阅读全文
摘要:
Ctrl+Shift+P go:install 全选安装 launch.json文件 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attribu 阅读全文