summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index bffc566..ec88c60 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -607,4 +607,9 @@ float _Oklch_Correction_C;
float _Oklch_Correction_H;
#endif // _OKLCH_CORRECTION
+#if defined(_OKLAB_BRIGHTNESS_CLAMP)
+float _Oklab_Brightness_Clamp_Min;
+float _Oklab_Brightness_Clamp_Max;
+#endif // _OKLAB_BRIGHTNESS_CLAMP
+
#endif // __GLOBALS_INC