summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-09 17:00:57 -0600
committerDave Parks <davep@lindenlab.com>2023-02-09 17:00:57 -0600
commit58e24f06cd14cca7cdb7c9e2fe05b4c746cad264 (patch)
tree2ccf8f6be38575d6e966e9e098e6847711045619 /indra/newview/app_settings
parent577f6a46f02ecfa4efabc0b379e44e4f53a0b391 (diff)
parent1dc1e86d20a98163a7ef34c9cc3adc53baa733e7 (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl b/indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl
index 597ab22f42..da27be6e7f 100644
--- a/indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl
+++ b/indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl
@@ -143,6 +143,7 @@ void main()
//transform vertex
vec4 vert = modelview_projection_matrix * vec4(position.xyz, 1.0);
gl_Position = vert;
+ vary_position = vert.xyz;
basecolor_texcoord = (texture_matrix0 * vec4(texture_basecolor_matrix * vec3(texcoord0,1), 1)).xy;
emissive_texcoord = (texture_matrix0 * vec4(texture_emissive_matrix * vec3(texcoord0,1), 1)).xy;