diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 18:11:03 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 18:11:03 -0800 |
| commit | aacad28954ceb792ecc7ebd90338466b9f70d456 (patch) | |
| tree | 8a9a7b793caa594728d322646d4f3417f9b532bb /features.cginc | |
| parent | 142805d05c999ab1c36cdecffcc305c66dd15feb (diff) | |
Implement wrapped lighting (direct & IBL diffuse)
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 00e6519..d7e81e9 100755 --- a/features.cginc +++ b/features.cginc @@ -23,6 +23,10 @@ #pragma shader_feature_local _BRIGHTNESS_CLAMP //endex +//ifex _Wrapped_Lighting_Enabled==0 +#pragma shader_feature_local _WRAPPED_LIGHTING +//endex + //ifex _Bent_Normals_Enabled==0 #pragma shader_feature_local _BENT_NORMALS //endex |
