summaryrefslogtreecommitdiffstats
path: root/feature_macros.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-10-04 16:38:29 -0700
committeryum <yum.food.vr@gmail.com>2024-10-04 16:40:24 -0700
commit54cf2749759045b646282c5e28139510d3e7783e (patch)
tree87b3ca6906bc7e50d5863d66eeb24b40a592b059 /feature_macros.cginc
parent2abd9eab29964137a9b77365486aaa210b9217f5 (diff)
Add audiolink chroma gimmick
Enable displaying chroma as a solid color on the base/forward pass and/or the outline pass. Also: * add optional mask for mochie reflection strength * update README with dev instructions
Diffstat (limited to 'feature_macros.cginc')
-rw-r--r--feature_macros.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/feature_macros.cginc b/feature_macros.cginc
index f53e904..daa9b4a 100644
--- a/feature_macros.cginc
+++ b/feature_macros.cginc
@@ -159,6 +159,9 @@
#pragma shader_feature_local _ _GIMMICK_LETTER_GRID
#pragma shader_feature_local _ _GIMMICK_LETTER_GRID_COLOR_WAVE
#pragma shader_feature_local _ _GIMMICK_LETTER_GRID_RIM_LIGHTING
+#pragma shader_feature_local _ _REFLECTION_STRENGTH_TEX
+#pragma shader_feature_local _ _GIMMICK_AL_CHROMA_00
+#pragma shader_feature_local _ _GIMMICK_AL_CHROMA_00_HUE_SHIFT
#endif // __FEATURE_MACROS_INC