summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-07-18 10:39:02 -0500
committerDave Parks <davep@lindenlab.com>2011-07-18 10:39:02 -0500
commit190ff3c346ae8f86b4533fd03f7a0dcb0808dde3 (patch)
treea0685253066ca296e110c9974bb19935eddbc01d /indra/llrender/llglslshader.h
parent6469f1c2f21ecd3b15a18957d882ef6a16b17ecf (diff)
SH-2031 Fix for link error in llui_libtest
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rw-r--r--indra/llrender/llglslshader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index 24562c3c42..621e0b82ee 100644
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -142,4 +142,10 @@ public:
std::string mName;
};
+//UI shader (declared here so llui_libtest will link properly)
+extern LLGLSLShader gUIProgram;
+//output vec4(color.rgb,color.a*tex0[tc0].a)
+extern LLGLSLShader gSolidColorProgram;
+
+
#endif