2020-12-30

目录

Shader参考大全预览

GPU

部件、性能参数

Pipline 渲染管线

应用程序阶段、几何阶段、光栅化阶段

Properties 属性相关

Properties

Attribute

Semantics 语义

应用程序到顶点着色器的数据 appdata

顶点着色器到片断着色器的数据 v2f

片断着色器输出的数据  fragOutput

Tags SubShader中的内容

Tags、Queue

RenderType

DisableBatching、ForceNoShadowCasting、IgnoreProjector、CanUseSpriteAtlas

PreviewType、PerformanceChecks

LightMode(Pass中)

Render State SubShader中渲染设置

Cull、模版测试

深度缓冲、颜色遮罩

混合

Compile Directives 编译指令(Pass中的Pragma)

Transformations 空间变换

空间变换(矩阵)、空间变换(方法)

基础变换矩阵

Other Shader中的其它语法

BuildIn Variables 内置变量相关

Camera and Screen、Time

Lighting(ForwardBase & ForwardAdd)、Fog and Ambient、GPU Instancing

Predefined Macros Unity官方预定义的宏

Target platform、Shader target model、Unity version、Platform difference helpers、UI、Lighting

Platform Differences 平台间的差异性

裁剪空间(规范化立方体)、ReversedZ

Math 数学运算相关

Math 基础数学函数

纹理采样、常用指令

Lighting Shader中的光照相关

法线 NormalMap、光照模型

ShadowMap阴影、Global Illumination 全局照明GI、Light Probe 光照探针、Reflection Probe 反射探针、Fog 雾效

Miscellaneous 杂项,一些算法技巧

UV

顶点、其它

Error Debug Shader中的常见报错信息

GLSL

基本类型


Shader参考大全预览

本文以内置渲染管线为基础,图片看不清的点击放大查看原图;

也可以下载unitypackage,导入unity开发使用

2020-12-30

GPU

部件、性能参数

2020-12-30

Pipline 渲染管线

应用程序阶段、几何阶段、光栅化阶段

2020-12-30

Properties 属性相关

Properties

2020-12-30

Attribute

2020-12-30

Semantics 语义

应用程序到顶点着色器的数据 appdata

2020-12-30

顶点着色器到片断着色器的数据 v2f

片断着色器输出的数据  fragOutput

2020-12-30

Tags SubShader中的内容

Tags、Queue

2020-12-30

RenderType

2020-12-30

DisableBatching、ForceNoShadowCasting、IgnoreProjector、CanUseSpriteAtlas

2020-12-30

PreviewType、PerformanceChecks

2020-12-30

LightMode(Pass中)

2020-12-30

Render State SubShader中渲染设置

Cull、模版测试

2020-12-30

深度缓冲、颜色遮罩

2020-12-30

混合

2020-12-30

Compile Directives 编译指令(Pass中的Pragma)

2020-12-30

2020-12-30

Transformations 空间变换

空间变换(矩阵)、空间变换(方法)

2020-12-30

基础变换矩阵

2020-12-30

Other Shader中的其它语法

2020-12-30

BuildIn Variables 内置变量相关

Camera and Screen、Time

2020-12-30

Lighting(ForwardBase & ForwardAdd)、Fog and Ambient、GPU Instancing

2020-12-30

Predefined Macros Unity官方预定义的宏

Target platform、Shader target model、Unity version、Platform difference helpers、UI、Lighting

2020-12-30

Platform Differences 平台间的差异性

裁剪空间(规范化立方体)、ReversedZ

2020-12-30

Math 数学运算相关

Math 基础数学函数

2020-12-30

2020-12-30

2020-12-30

纹理采样、常用指令

2020-12-30

Lighting Shader中的光照相关

法线 NormalMap、光照模型

2020-12-30

ShadowMap阴影、Global Illumination 全局照明GI、Light Probe 光照探针、Reflection Probe 反射探针、Fog 雾效

2020-12-30

Miscellaneous 杂项,一些算法技巧

UV

2020-12-30

顶点、其它

2020-12-30

Error Debug Shader中的常见报错信息

2020-12-30

GLSL

基本类型

2020-12-30

 

上一篇:Metal 练习:第四篇-Lighting


下一篇:Unity-场景-Sky