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/class1/windlight/atmosphericsHelpersV.glsl | |
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/class1/windlight/atmosphericsHelpersV.glsl')
-rw-r--r-- | indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl index 14034bccae..c24df9eaeb 100644 --- a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl +++ b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl @@ -1,5 +1,5 @@ /** - * @file atmosphericsHelpersV.glsl + * @file class1\windlight\atmosphericsHelpersV.glsl * * $LicenseInfo:firstyear=2005&license=viewerlgpl$ * Second Life Viewer Source Code |