summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-11-03 15:23:21 -0800
committeryum <yum.food.vr@gmail.com>2024-11-03 15:23:21 -0800
commitcb55e813456480a036673d1d32608e10b10c8f87 (patch)
treed54c125b2fd01403fec0b4f26d470ffbbeff2468 /globals.cginc
parent9cc586ddce424f619a2a1fba192c5f3e4c01a29d (diff)
Lots of tweaks
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 8f29bc1..76f6fa0 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -10,6 +10,8 @@ SamplerState linear_repeat_s;
SamplerState linear_clamp_s;
SamplerState bilinear_repeat_s;
SamplerState bilinear_clamp_s;
+SamplerState trilinear_repeat_s;
+SamplerState trilinear_clamp_s;
float4 _Color;
float _Metallic;
@@ -790,5 +792,9 @@ float4 _Gimmick_Gerstner_Water_Color_Ramp_Mask1;
#endif
#endif
+#if defined(_GIMMICK_FOG_00_RAY_MARCH_0)
+float _Gimmick_Fog_00_Ray_March_0_Seed;
+#endif
+
#endif