diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 96fd1e0..246366f 100644 --- a/globals.cginc +++ b/globals.cginc @@ -594,4 +594,10 @@ float _Raymarched_Fog_Density_Exponent; #endif
#endif // _RAYMARCHED_FOG
+#if defined(_OKLCH_CORRECTION)
+float _Oklch_Correction_L;
+float _Oklch_Correction_C;
+float _Oklch_Correction_H;
+#endif // _OKLCH_CORRECTION
+
#endif // __GLOBALS_INC
|
