Shader
着色器参考 Shader Reference
http://game.ceeger.com/Components/SL-Reference.html
http://game.ceeger.com/Manual/Shaders.html
http://docs.unity3d.com/Manual/SL-Reference.html
可供学习的资料:
For Unity users I'd recommend reading:
- Unity Manual - ShaderLab reference
- Shader Programming Course - Unite '08 talk
- The Cg Tutorial - NVIDIA
And then experimenting with:
HLSL
https://docs.microsoft.com/zh-cn/windows/desktop/direct3dhlsl/dx-graphics-hlsl
着色器语法:Pass ShaderLab syntax: Pass
http://game.ceeger.com/Components/SL-Pass.html
Cg Programming/Unity
https://en.wikibooks.org/wiki/Cg_Programming/Unity
openGpu
http://www.opengpu.org/forum.php?mod=forumdisplay&fid=90
ShadowGun系列之二——雾和体积光
https://blog.csdn.net/candycat1992/article/details/42061701
Shader的学习方法总结
http://www.cnblogs.com/Esfog/p/How_To_Learn_Shader.html
[Shader 着色器]学习shader之前必须知道的东西之计算机图形学(一)渲染管线
http://game.ceeger.com/forum/read.php?tid=10970&fid=2
Youtube:https://www.youtube.com/watch?v=hDJQXzajiPg
Shader丢失:shader.find 官方文档。也可能是mate文件不一致或丢失。 或硬件不支持。
file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/Shader.Find.html
Shader.WarmupAllShaders
file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/Shader.WarmupAllShaders.html
ShaderVariantCollection
file:///Applications/Unity/Unity.app/Contents/Documentation/en/ScriptReference/ShaderVariantCollection.html
Optimizing Shader Load Time
file:///Applications/Unity/Unity.app/Contents/Documentation/en/Manual/OptimizingShaderLoadTime.html
[转]LightmapShader改进
http://m.blog.csdn.net/blog/ldghd/25302471
【好】【Unity Shaders】Transparency —— 使用渲染队列进行深度排序
http://blog.csdn.net/candycat1992/article/details/37345251
【好】candycat
http://blog.csdn.net/candycat1992/article/category/1782159/1
【好】Unity ShaderLab学习总结
http://www.jianshu.com/p/7b9498e58659
【好】解读Unity中的CG编写Shader系列5——理论知识
http://imgtec.eetrend.com/blog/3629
Cg(C for Graphic)语言概述
http://blog.163.com/lee_shutong/blog/static/1294353562009101772236388/
GPU编程与CG语言之阳春白雪下里巴人
http://www.docin.com/p-273209003.html
Unity Shader:优化GPU代码--用step()代替if else等条件语句
http://gad.qq.com/article/detail/287948
在Unity 3D中,shader是何时编译的,在何时加载入GPU的缓存
http://zhidao.baidu.com/link?url=pkRrCmBVviRU9lwj3VSLWz1axjxzE5lH6q7KHEHFEc5bHuwUEe_hdq1z13ZVQ69xssGedRpvj2OIQxjSKoc049obtQ2lIQPyFkylxrOJXEy
http://www.zhihu.com/question/30087487?sort=created
Shader - CG语言 和 HLSL语言
http://blog.sina.com.cn/s/blog_6e521a600100qg6e.html
猫都能学会的Unity3D Shader入门指南
http://www.360doc.com/content/13/0923/15/12282510_316492286.shtml
http://onevcat.com/2013/07/shader-tutorial-1/
http://www.onevcat.com/2013/08/shader-tutorial-2/
Unity ShaderLab学习总结
http://www.jianshu.com/p/7b9498e58659
先看一个基础的视频,我从国外网站上载下来放Youku上的。
http://v.youku.com/v_show/id_XNDQ3NzA0MTE2.html
讲的是如何使用最基本的Unity的ShaderLab
鸟语博客 shaderLab
http://www.66acg.com/index.php?post=40
[风宇冲]shader系列
http://blog.sina.com.cn/s/blog_471132920101dfth.html
[candycat]shader系列
http://blog.csdn.net/candycat1992/article/category/1782159
【Unity Shaders】Alpha Test和Alpha Blending
http://blog.csdn.net/candycat1992/article/details/41599167
unity material之tiling和offset属性
http://blog.csdn.net/kfqcome/article/details/19343323