diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-24 17:06:06 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-24 17:06:06 -0800 |
| commit | 6017d2d8bad7dde020121259cba5cb614c11f761 (patch) | |
| tree | cbe54fd89d69537ac6da9399e985a8f77f98e850 /features.cginc | |
| parent | 6b6920cfde43d84c59d757b7b96ccabe46d6d75a (diff) | |
Add focal length multiplier
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 95928a1..4c818f8 100644 --- a/features.cginc +++ b/features.cginc @@ -95,5 +95,9 @@ #pragma shader_feature_local _EXTRA_STENCIL_COLOR_PASS //endex +//ifex _Focal_Length_Control_Enabled==0 +#pragma shader_feature_local _FOCAL_LENGTH_CONTROL +//endex + #endif // __FEATURES_INC |
