diff options
| author | yum <yum.food.vr@gmail.com> | 2024-08-10 16:47:24 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-08-10 16:47:24 -0700 |
| commit | 7ce783162a9be36c5e75c90d347bcf65182598c4 (patch) | |
| tree | 4a37f36737b80c5571074cb5d5fc2303f0d66312 /globals.cginc | |
| parent | 8948b000fb82cea4ce1d966a669daf68bfeb3166 (diff) | |
Add mask inverts for roughness & hue shift
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index f709ff2..d607755 100644 --- a/globals.cginc +++ b/globals.cginc @@ -9,6 +9,7 @@ SamplerState linear_clamp_s; float4 _Color; float _Metallic; float _Roughness; +float _Roughness_Invert; float _Tex_NormalStr; float _NormalStr; @@ -368,6 +369,7 @@ float _Rim_Lighting1_PolarMask_Power; #if defined(_OKLAB) float _OKLAB_Enabled; texture2D _OKLAB_Mask; +float _OKLAB_Mask_Invert; float _OKLAB_Lightness_Shift; float _OKLAB_Chroma_Shift; float _OKLAB_Hue_Shift; |
