From cb55e813456480a036673d1d32608e10b10c8f87 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 3 Nov 2024 15:23:21 -0800 Subject: Lots of tweaks --- globals.cginc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'globals.cginc') 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 -- cgit v1.2.3