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 /features.cginc | |
| parent | 3e99a65d8ba63265224ea561a45ee4917a490e7a (diff) | |
Add brightness clamp, update vrc light volumes
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index e2c6ccf..00e6519 100755 --- a/features.cginc +++ b/features.cginc @@ -19,6 +19,10 @@ #pragma shader_feature_local _AMBIENT_OCCLUSION //endex +//ifex _Brightness_Clamp_Enabled==0 +#pragma shader_feature_local _BRIGHTNESS_CLAMP +//endex + //ifex _Bent_Normals_Enabled==0 #pragma shader_feature_local _BENT_NORMALS //endex |
