summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-24 14:54:37 -0600
committerDave Parks <davep@lindenlab.com>2023-02-24 14:54:37 -0600
commit2bbbb8fe872fc1ec5c19bc46e502aa3151894a23 (patch)
treec62b7e1e948a76e0246ecb26abc899c294ca213b /indra/llrender/llshadermgr.cpp
parent86427ec145c7b956ec9ff5d9aa7ddde630cf45e1 (diff)
parent5aa568f3a206d027894ad1edf1d1025136207bc2 (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r--indra/llrender/llshadermgr.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index 6cada320fa..13074032e0 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -177,6 +177,11 @@ BOOL LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
return FALSE;
}
}
+
+ if (!shader->attachVertexObject("deferred/textureUtilV.glsl"))
+ {
+ return FALSE;
+ }
///////////////////////////////////////
// Attach Fragment Shader Features Next