diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-03 18:28:55 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-03 18:28:55 -0700 |
| commit | 0a8d744c2ad1182d1de6d1896a4c67d4eb536504 (patch) | |
| tree | 3f68de6956bc790c3b4b4d4c02c3edb27f45038a /globals.cginc | |
| parent | 6aea3d8274e140e739dfd1da1133ed19656ff6ec (diff) | |
buncha shitttt
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
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;
|
