diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 17:23:35 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 17:23:35 -0800 |
| commit | 7e060334a8af4bb47464903a0c09c76be8f0823a (patch) | |
| tree | e3e16c60bad34decbd727b4feab7ae8624055ed5 /globals.cginc | |
| parent | 3e99a65d8ba63265224ea561a45ee4917a490e7a (diff) | |
Add brightness clamp, update vrc light volumes
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 0de8c5e..031fdc5 100755 --- a/globals.cginc +++ b/globals.cginc @@ -32,6 +32,11 @@ float _Specular_AA_Variance; float _Specular_AA_Threshold; float _BRDF_Specular_Min_Denom; +#if defined(_BRIGHTNESS_CLAMP) +float _Brightness_Clamp_Min; +float _Brightness_Clamp_Max; +#endif // _BRIGHTNESS_CLAMP + #if defined(_AMBIENT_OCCLUSION) texture2D _OcclusionMap; float4 _OcclusionMap_ST; |
