summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class3/lighting
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-08-11 14:20:57 -0500
committerDave Parks <davep@lindenlab.com>2011-08-11 14:20:57 -0500
commit80398b3ccb0c4a6ff3ac20b3565619fe5cecc2f9 (patch)
tree623156a93d159ece460a31590701d7cbdc701cdc /indra/newview/app_settings/shaders/class3/lighting
parent610764fbfce75f54c95d4b10c2a8f9482a7a7b80 (diff)
parent2dd8ce53e4e0d14f2bc20796eb6bdf1ef12a65df (diff)
merge
Diffstat (limited to 'indra/newview/app_settings/shaders/class3/lighting')
-rw-r--r--indra/newview/app_settings/shaders/class3/lighting/sumLightsV.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class3/lighting/sumLightsV.glsl b/indra/newview/app_settings/shaders/class3/lighting/sumLightsV.glsl
index 24bbc0a1a1..9144b8361f 100644
--- a/indra/newview/app_settings/shaders/class3/lighting/sumLightsV.glsl
+++ b/indra/newview/app_settings/shaders/class3/lighting/sumLightsV.glsl
@@ -6,7 +6,6 @@
*/
-
float calcDirectionalLight(vec3 n, vec3 l);
float calcPointLightOrSpotLight(vec3 v, vec3 n, vec4 lp, vec3 ln, float la, float is_pointlight);