diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-18 19:12:08 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-04-18 19:12:08 -0500 |
commit | fcf9db88230a54b980a354faae9c2905b3b29582 (patch) | |
tree | c21763ab266c042390bc2fb265cd5697f2203619 /indra/newview/pipeline.cpp | |
parent | 37eee397b70e2a13a1309025207d1c301f7070c5 (diff) | |
parent | d048fa142c2babe25bb79f9423cc84bb2f813f7e (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ab5c5127f7..c42bb45926 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8758,6 +8758,8 @@ void LLPipeline::renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera U32 saved_occlusion = sUseOcclusion; sUseOcclusion = 0; + // List of render pass types that use the prim volume as the shadow, + // ignoring textures. static const U32 types[] = { LLRenderPass::PASS_SIMPLE, LLRenderPass::PASS_FULLBRIGHT, |