diff options
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index b8b4f164fe..f431576702 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -368,6 +368,10 @@ public: void addDebugBlip(const LLVector3& position, const LLColor4& color); + void hidePermanentObjects( std::vector<U32>& restoreList ); + void restorePermanentObjects( const std::vector<U32>& restoreList ); + void skipRenderingOfTerrain( BOOL flag ); + private: void unloadShaders(); void addToQuickLookup( LLDrawPool* new_poolp ); |