diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-27 15:30:46 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-27 15:30:46 -0800 |
| commit | 5f0746ebbf8eb6216281424a4acbefb68dc13c59 (patch) | |
| tree | 786d7d2c66f5935dce85a876c676ac74238a5acc /feature_macros.cginc | |
| parent | f9eb05f74fd3697f93d3abbdad9e77638eb43651 (diff) | |
Add ability to swap decal slots
Also:
* Rim lighting can disable texture normals
* Frame counter is now hidden behind a checkbox, and unconditionally
overrides audiolink
Diffstat (limited to 'feature_macros.cginc')
| -rw-r--r-- | feature_macros.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature_macros.cginc b/feature_macros.cginc index 79532b4..c3379a9 100644 --- a/feature_macros.cginc +++ b/feature_macros.cginc @@ -224,6 +224,7 @@ #pragma shader_feature_local _ _DECAL9_METALLIC #pragma shader_feature_local _ _DECAL9_MASK #pragma shader_feature_local _ _DECAL9_DOMAIN_WARPING +#pragma shader_feature_local _ _FRAME_COUNTER #pragma shader_feature_local _ _LTCGI #pragma shader_feature_local _ _FORCE_WORLD_LIGHTING #pragma shader_feature_local _ _TESSELLATION |
