- 授权协议: 未知
- 开发语言:
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/qiuchangjie/ShaderHighLight
- 软件文档: http://git.oschina.net/qiuchangjie/ShaderHighLight
软件介绍
ShaderHighLight 是 vim 下 glsl、cg、unityShader、hlsl 语法高亮插件。
功能描述
整合了目前常用的shader文件格式的语法高亮
支持格式:glsl,hlsl,cg,shaderlab(unity的shader格式)
这个插件是对一些已有的vim高亮插件进行整合,这些插件有
https://github.com/tikhomirov/vim-glsl https://github.com/beyondmarc/hlsl.vim https://github.com/vim-scripts/cg.vim
使用Bundle插件进行安装
在.vimrc中加入
Bundle 'http://git.oschina.net/qiuchangjie/ShaderHighLight',然后运行安装命令BundleInstall
TODO
第一个版本做得比较急,unity的shaderlab高亮还不完善,后续会慢慢完善
效果图
Is Parallel Programming Hard, And, If So, What Can You Do About
Paul E. McKenney
The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!
