diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-17 14:43:18 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-17 15:11:56 -0800 |
| commit | c6923a553c98da7805407fe1fbfdb6c69c8d7530 (patch) | |
| tree | ad4a46d220fbb210cf82ffbe83b14ed05bab0a28 /globals.cginc | |
| parent | 02c32fcc30e753da96f0aa072ed1d74ca300979c (diff) | |
Impostors: continue work on depth
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 6387c7e..c50e7fc 100644 --- a/globals.cginc +++ b/globals.cginc @@ -189,6 +189,8 @@ Texture2D _Impostors_Metallic_Gloss_Atlas; Texture2D _Impostors_Depth_Atlas; int _Impostors_Grid_Resolution; float _Impostors_Sphere_Radius; +float _Impostors_Near_Clip; +float _Impostors_Far_Clip; float _Impostors_Cutoff; float _Impostors_Parallax; float _Impostors_Debug_Mode; |
