diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-04 00:51:58 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-04 00:51:58 -0700 |
| commit | b76cd52014e7f5a1b6c19a8be66d39cd28199bdc (patch) | |
| tree | 764cf31bbeccbd8d2c03cb19c0e36d7f18e15c91 /features.cginc | |
| parent | 102f53a2402b204d1dc679078aaf8ba5765d97a7 (diff) | |
Add features to 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 59a3ff3..79bed6c 100644 --- a/features.cginc +++ b/features.cginc @@ -319,5 +319,9 @@ #pragma shader_feature_local _RAYMARCHED_FOG_HEIGHT_DENSITY //endex +//ifex _Raymarched_Fog_Density_Exponent_Enabled==0 +#pragma shader_feature_local _RAYMARCHED_FOG_DENSITY_EXPONENT +//endex + #endif // __FEATURES_INC |
