summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-05-22 05:51:20 -0400
committerOz Linden <oz@lindenlab.com>2012-05-22 05:51:20 -0400
commit6525fc4a4fc09e02c4fa709e0cbba4aa8d7d25ae (patch)
treef4dfcedd237ad2cbeea646385c873302b838614e /indra/newview/pipeline.h
parentbdd17086726b0c47df18935e6833a10b706e3ee5 (diff)
parentb6f2b2f399fc004806e525851e86d04bf446564d (diff)
merge changes for DRTVWR-147
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();