summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-11 17:35:46 -0700
committeryum <yum.food.vr@gmail.com>2026-03-11 17:35:46 -0700
commitc36b919595874355c511b2c75ba9797440be09a5 (patch)
tree1328f04615d58591883c2c7d9de60614975846be /globals.cginc
parentc8cfc043c105a32e1efab341536311277bfc90eb (diff)
Update specular occlusion; always runs now
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 0de9812..6d54720 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -29,6 +29,8 @@ float4 _MetallicGlossMap_ST;
float _Glossiness;
float _Metallic;
+float _Exposure_Occlusion;
+
texture2D _DFG_LUT;
float _Specular_AA_Variance;
float _Specular_AA_Threshold;