diff options
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.cginc b/globals.cginc index c50e7fc..0341146 100755 --- a/globals.cginc +++ b/globals.cginc @@ -185,8 +185,8 @@ float _Parallax_Heightmap_Ray_Marching_Steps; Texture2D _Impostors_Atlas; float4 _Impostors_Atlas_TexelSize; Texture2D _Impostors_Normal_Atlas; -Texture2D _Impostors_Metallic_Gloss_Atlas; -Texture2D _Impostors_Depth_Atlas; +// R=metallic, G=gloss, B=depth +Texture2D _Impostors_Metallic_Gloss_Depth_Atlas; int _Impostors_Grid_Resolution; float _Impostors_Sphere_Radius; float _Impostors_Near_Clip; |
