diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-04-19 07:44:18 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-04-19 07:44:18 -0700 |
| commit | 3dd5942776a8e3755fa75e01661b343972affbf9 (patch) | |
| tree | e94d9a56d8ec4082fe12b2e982cf8e8136aba797 /indra/newview/app_settings/shaders/class2/lighting | |
| parent | 11d1c28d82e8c2e53a4d161eefac4c1733467fd3 (diff) | |
Add directory names to sentinels in shaders so shaders with same filename can be differentiated in nSight while debugging.
Diffstat (limited to 'indra/newview/app_settings/shaders/class2/lighting')
| -rw-r--r-- | indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl | 2 | ||||
| -rw-r--r-- | indra/newview/app_settings/shaders/class2/lighting/sumLightsV.glsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl b/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl index 8ca7db1814..6fcc41cd6d 100644 --- a/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl +++ b/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl @@ -1,5 +1,5 @@ /** - * @file sumLightsV.glsl + * @file class2\lighting\sumLightsSpecularV.glsl * * $LicenseInfo:firstyear=2005&license=viewerlgpl$ * Second Life Viewer Source Code diff --git a/indra/newview/app_settings/shaders/class2/lighting/sumLightsV.glsl b/indra/newview/app_settings/shaders/class2/lighting/sumLightsV.glsl index 36a8a8147b..bc7e6dd865 100644 --- a/indra/newview/app_settings/shaders/class2/lighting/sumLightsV.glsl +++ b/indra/newview/app_settings/shaders/class2/lighting/sumLightsV.glsl @@ -1,5 +1,5 @@ /** - * @file sumLightsV.glsl + * @file class2\lighting\sumLightsV.glsl * * $LicenseInfo:firstyear=2005&license=viewerlgpl$ * Second Life Viewer Source Code |
