From 6017d2d8bad7dde020121259cba5cb614c11f761 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 24 Feb 2025 17:06:06 -0800 Subject: Add focal length multiplier --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') 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 -- cgit v1.2.3