diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 23:42:46 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 23:42:46 -0800 |
| commit | cba7e1ab0bfa89b228955e18b47cf7aca2a84c9f (patch) | |
| tree | fb138e6932281f220e30d3e75c9d6112174c60c5 /features.cginc | |
| parent | 547c6064f6a8ab2749f496ce7ea2856e8cc1bcda (diff) | |
Add vertex domain warping gimmick
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 53f8c38..9976d45 100644 --- a/features.cginc +++ b/features.cginc @@ -34,5 +34,9 @@ #pragma shader_feature_local _RIM_LIGHTING1_MASK //endex +//ifex _Vertex_Domain_Warping_Enabled==0 +#pragma shader_feature_local _VERTEX_DOMAIN_WARPING +//endex + #endif // __FEATURES_INC |
