summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorAdam Moss <c@yotes.com>2012-04-21 17:35:50 +0100
committerAdam Moss <c@yotes.com>2012-04-21 17:35:50 +0100
commit9ce481a5ac41777539416da3e0ec92b098af3e49 (patch)
treeecbfe2c2ad172d52c12807c49c8ca0c741e6af91 /indra/newview/pipeline.h
parent19e0cc93a8af661dbac47552474a704ade600c74 (diff)
STORM-1819: Ternary/graded shadow support
Coalesced patchset.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index b8b4f164fe..201952876f 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -264,7 +264,7 @@ public:
void setHighlightObject(LLDrawable* obj) { mHighlightObject = obj; }
- void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader = TRUE, BOOL use_occlusion = TRUE);
+ void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader, BOOL use_occlusion, U32 target_width);
void renderHighlights();
void renderDebug();
void renderPhysicsDisplay();