From 0a8d744c2ad1182d1de6d1896a4c67d4eb536504 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 3 Jul 2026 18:28:55 -0700 Subject: buncha shitttt --- globals.cginc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index e6e7423..90699a9 100644 --- a/globals.cginc +++ b/globals.cginc @@ -3,6 +3,8 @@ #include "features.cginc" +texture2D _DFG_LUT; + #if defined(USING_BAKERY_VERTEXLM) float bakeryLightmapMode; #endif @@ -23,6 +25,7 @@ float4 _CameraDepthTexture_TexelSize; SamplerState point_repeat_s; SamplerState linear_repeat_s; +SamplerState bilinear_clamp_s; SamplerState bilinear_repeat_s; SamplerState linear_clamp_s; SamplerState trilinear_repeat_s; -- cgit v1.2.3