summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-05-09 15:56:06 -0400
committerprep <prep@lindenlab.com>2012-05-09 15:56:06 -0400
commit92ce47a1b21b3cc06d3d962394f44617a780ffbd (patch)
treeda41492c597ba5432af17b278cdd698b894085c1 /indra/newview/pipeline.h
parent88674e02ddaf8d300a0a65c216eaf304cbeb7c3a (diff)
Added support to disable a draw pool. When the movable option checkbox is selected we will now also cull the terrain draw pool.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index a4ab1fa56b..8a845af418 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -368,6 +368,7 @@ public:
void hidePermanentObjects( std::vector<U32>& restoreList );
void restorePermanentObjects( const std::vector<U32>& restoreList );
+ void skipRenderingOfTerrain( BOOL flag );
private:
void unloadShaders();