diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index f693049..814d80d 100644 --- a/features.cginc +++ b/features.cginc @@ -41,6 +41,14 @@ #pragma shader_feature_local _UNLIT //endex +//ifex _Parallax_Heightmap_Enabled==0 +#pragma shader_feature_local _PARALLAX_HEIGHTMAP +//endex + +//ifex _Parallax_Heightmap_Ray_Marching_Enabled==0 +#pragma shader_feature_local _PARALLAX_HEIGHTMAP_RAY_MARCHING +//endex + //ifex _UV_Scroll_Enabled==0 #pragma shader_feature_local _UV_SCROLL //endex |
