diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 19:09:23 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 19:09:23 -0800 |
| commit | 80d511162ca90e29fd26c9a5893cde7aa9c23332 (patch) | |
| tree | 12c7bd37084b7ded5eb2472ca2b5bcc6d8e8d69b /globals.cginc | |
| parent | 610607592438452e181eba98f05d58f838975266 (diff) | |
Add outline pass
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index d3b2a87..3dcb0ea 100755 --- a/globals.cginc +++ b/globals.cginc @@ -32,6 +32,12 @@ float _Specular_AA_Variance; float _Specular_AA_Threshold; float _BRDF_Specular_Min_Denom; +#if defined(_OUTLINES) +float4 _Outlines_Color; +float _Outlines_Width; +texture2D _Outlines_Thickness; +#endif // _OUTLINES + #if defined(_BRIGHTNESS_CLAMP) float _Brightness_Clamp_Min; float _Brightness_Clamp_Max; |
