diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-03 18:24:11 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-03 18:25:50 -0700 |
| commit | f53c49c69ee42917e3789bbfe792c9d53c287e76 (patch) | |
| tree | b0322d87d0751e33899b65317103d94d82015ec0 /features.cginc | |
| parent | a8d6d469d57349da515759270eb31a242c795951 (diff) | |
begin work on fog
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 5fcdfbf..40ed4a1 100644 --- a/features.cginc +++ b/features.cginc @@ -311,5 +311,9 @@ #pragma shader_feature_local _DEPTH_PREPASS //endex +//ifex _Raymarched_Fog_Enabled==0 +#pragma shader_feature_local _RAYMARCHED_FOG +//endex + #endif // __FEATURES_INC |
