From a8d6d469d57349da515759270eb31a242c795951 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 3 Jun 2025 18:24:43 -0700 Subject: Begin work on SSAO - very buggy! --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 4bb5594..5fcdfbf 100644 --- a/features.cginc +++ b/features.cginc @@ -204,6 +204,10 @@ #pragma shader_feature_local _3D_SDF //endex +//ifex _SSAO_Enabled==0 +#pragma shader_feature_local _SSAO +//endex + //ifex _False_Color_Visualization_Enabled==0 #pragma shader_feature_local _FALSE_COLOR_VISUALIZATION //endex -- cgit v1.2.3