==========================
shader每日学习
unity 画shadertoy
https://www.shadertoy.com/
1.先学GLSL =》配置 https://zhuanlan.zhihu.com/p/586494525
2.熟悉shadertoy
3.再学习HLSL

笔记
1.float 数字要加小数点
2.方法要在使用前前面注释
3.iResolution 分辨率
4.偏导数 处理误差问题

——-shadertoy入门
https://space.bilibili.com/1028978784/article
https://zhuanlan.zhihu.com/p/594922172

unity 是hlsl
shadertoy:GLSL
=================================