summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2023-02-24 11:41:04 -0800
committerGitHub <noreply@github.com>2023-02-24 11:41:04 -0800
commit5aa568f3a206d027894ad1edf1d1025136207bc2 (patch)
tree6efd659b40251b5170e81e8f3fe549a7d3c78382 /indra/llrender
parent63ae47d8fd479a3cb05ff1d2364d683975e1b052 (diff)
parenta7ecfc9b1907d6ecd5fe50aeb1c41e38540b2665 (diff)
Merge pull request #89 from secondlife/SL-19228
SL-19228: Fix GLTF texture transform rotation + add UV debug
Diffstat (limited to 'indra/llrender')
-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