diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-04 19:18:47 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-04 19:18:47 -0700 |
| commit | dc8a6dfb9d78316b8c58c587bc606468377b0fe3 (patch) | |
| tree | ca4994a0e552179b63a88ed7306fddc5984cd359 /features.cginc | |
| parent | 42dbd067eb455d4b67d6ae8c57f1cbe4ec7dccfa (diff) | |
add unlit toggle, adjust IBL
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 705939c..e3e7f6a 100644 --- a/features.cginc +++ b/features.cginc @@ -23,4 +23,12 @@ #pragma shader_feature_local _CLOTH_SHEEN //endex +//ifex _Custom31_Tubes_Enabled==0 +#pragma shader_feature_local _CUSTOM31_TUBES +//endex + +//ifex _Unlit==0 +#pragma shader_feature_local _UNLIT +//endex + #endif // __FEATURES_INC |
