diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-09 16:48:23 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-09 16:48:39 -0800 |
| commit | 82b3aa6059d6c118c6fd617be49ee6f070e153a0 (patch) | |
| tree | 665971fe1a433e58f9484bbb1ecadf910a3cd8ef /globals.cginc | |
| parent | c5d3fb245c692e238250a46afa60564ab4cf5eb1 (diff) | |
Add seed to interleaved gradient noise cutout
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 1a995e8..0e8da7b 100644 --- a/globals.cginc +++ b/globals.cginc @@ -317,6 +317,9 @@ float _Ambient_Occlusion_Strength; #if defined(_RENDERING_CUTOUT) float _Alpha_Cutoff; +#if defined(_RENDERING_CUTOUT_IGN) +float _Rendering_Cutout_Ign_Seed; +#endif #endif #if defined(_OUTLINES) |
