diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-31 15:55:01 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-31 15:55:01 -0700 |
| commit | 4186d84cccf1d0db4ba413dba63baf87c87b79bb (patch) | |
| tree | 04445db49a057336fd1946ac48adf7204e43fb66 /globals.cginc | |
| parent | 5172e2eb9216b876b5b2719fad64b83e0d3a2a9f (diff) | |
add more gradient normals channels
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 65dea1b..2b65fc0 100644 --- a/globals.cginc +++ b/globals.cginc @@ -342,6 +342,33 @@ texture2D _Gradient_Normals_0_Horizontal; float4 _Gradient_Normals_0_Horizontal_ST;
#endif
+#if defined(_GRADIENT_NORMALS_1_VERTICAL)
+texture2D _Gradient_Normals_1_Vertical;
+float4 _Gradient_Normals_1_Vertical_ST;
+#endif
+#if defined(_GRADIENT_NORMALS_1_HORIZONTAL)
+texture2D _Gradient_Normals_1_Horizontal;
+float4 _Gradient_Normals_1_Horizontal_ST;
+#endif
+
+#if defined(_GRADIENT_NORMALS_2_VERTICAL)
+texture2D _Gradient_Normals_2_Vertical;
+float4 _Gradient_Normals_2_Vertical_ST;
+#endif
+#if defined(_GRADIENT_NORMALS_2_HORIZONTAL)
+texture2D _Gradient_Normals_2_Horizontal;
+float4 _Gradient_Normals_2_Horizontal_ST;
+#endif
+
+#if defined(_GRADIENT_NORMALS_3_VERTICAL)
+texture2D _Gradient_Normals_3_Vertical;
+float4 _Gradient_Normals_3_Vertical_ST;
+#endif
+#if defined(_GRADIENT_NORMALS_3_HORIZONTAL)
+texture2D _Gradient_Normals_3_Horizontal;
+float4 _Gradient_Normals_3_Horizontal_ST;
+#endif
+
#if defined(_VERTEX_DOMAIN_WARPING)
texture3D _Vertex_Domain_Warping_Noise;
float _Vertex_Domain_Warping_Strength;
|
