diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-26 14:21:05 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-26 14:21:05 -0800 |
| commit | 75439d0d6437a10b00b240aba75e9f12de20150b (patch) | |
| tree | af30dceabad1b486f6411c8e89e3656887e55fff /features.cginc | |
| parent | 5460dbc62fe6f404cb244410af949864cce286f5 (diff) | |
Add emissions, remove impostor code
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/features.cginc b/features.cginc index bd527ba..2919950 100755 --- a/features.cginc +++ b/features.cginc @@ -1,6 +1,10 @@ #ifndef __FEATURES_INC #define __FEATURES_INC +//ifex _Emissions_Enabled==0 +#pragma shader_feature_local _EMISSIONS +//endex + //ifex _Gradient_Normals_Enabled==0 #pragma shader_feature_local _GRADIENT_NORMALS //endex @@ -154,14 +158,6 @@ #pragma shader_feature_local _RAY_MARCHING_HEXAGON //endex -//ifex _Impostors_Enabled==0 -#pragma shader_feature_local _IMPOSTORS -//endex - -//ifex _Impostors_Depth_Enabled==0 -#pragma shader_feature_local _IMPOSTORS_DEPTH -//endex - //ifex _Matcap0_Enabled==0 #pragma shader_feature_local _MATCAP0 #pragma shader_feature_local _MATCAP0_QUANTIZATION |
