From 8c1b9d3e7a194c106ee79067e3136c37ea7e84e1 Mon Sep 17 00:00:00 2001
From: Runitai Linden <davep@lindenlab.com>
Date: Mon, 16 Mar 2020 12:10:34 -0500
Subject: Add missing fullbrightAtmosTransportFrag stub.

---
 indra/newview/app_settings/shaders/class1/windlight/transportF.glsl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/indra/newview/app_settings/shaders/class1/windlight/transportF.glsl b/indra/newview/app_settings/shaders/class1/windlight/transportF.glsl
index 79d8d11b32..a937d9fa99 100644
--- a/indra/newview/app_settings/shaders/class1/windlight/transportF.glsl
+++ b/indra/newview/app_settings/shaders/class1/windlight/transportF.glsl
@@ -37,6 +37,12 @@ vec3 atmosTransport(vec3 light)
     return light;
 }
 
+vec3 fullbrightAtmosTransportFrag(vec3 light, vec3 additive, vec3 atten)
+{
+    /* stub function for fallback compatibility on class1 hardware */
+    return light;
+}
+
 vec3 fullbrightAtmosTransport(vec3 light)
 {
     /* stub function for fallback compatibility on class1 hardware */
-- 
cgit v1.2.3