diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-11 17:35:46 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-11 17:35:46 -0700 |
| commit | c36b919595874355c511b2c75ba9797440be09a5 (patch) | |
| tree | 1328f04615d58591883c2c7d9de60614975846be /globals.cginc | |
| parent | c8cfc043c105a32e1efab341536311277bfc90eb (diff) | |
Update specular occlusion; always runs now
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 2 |
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; |
