From b7d3cb5d759feab1e44f4cdb01a0c8922bf4f1cb Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 3 Nov 2024 15:25:08 -0800 Subject: Misc * Add third HSV slot * Add ZTest enum * Fix bug where SSR mask keyword can be set when SSR is disabled --- globals.cginc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 76f6fa0..4b032c9 100644 --- a/globals.cginc +++ b/globals.cginc @@ -564,6 +564,15 @@ float _HSV1_Sat_Shift; float _HSV1_Val_Shift; #endif +#if defined(_HSV2) +float _HSV2_Enabled; +texture2D _HSV2_Mask; +float _HSV2_Mask_Invert; +float _HSV2_Hue_Shift; +float _HSV2_Sat_Shift; +float _HSV2_Val_Shift; +#endif + #if defined(_CLONES) float _Clones_Enabled; float _Clones_Count; -- cgit v1.2.3