summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 16:33:44 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 16:33:44 +0200
commitd7603ffc9c94a6cdab94bc23745903c7fff25ff1 (patch)
tree7cdc77fc087a6d7442d52e7e0faa0f7823245693 /indra/newview/pipeline.h
parent5b04123aec281de30fb8b6473600f6b1e9d16909 (diff)
SL-16627 AutoFPS first pass
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index fdc3738472..7eff573a34 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -424,6 +424,9 @@ public:
void hideObject( const LLUUID& id );
void restoreHiddenObject( const LLUUID& id );
+ void autoAdjustSettings();
+ void setAdjustmentTimerExpiry(F32 expiration);
+
private:
void unloadShaders();
void addToQuickLookup( LLDrawPool* new_poolp );
@@ -715,7 +718,8 @@ protected:
U64 mOldRenderDebugMask;
std::stack<U32> mRenderDebugFeatureStack;
-
+ LLTimer* mUpdateTimer;
+
/////////////////////////////////////////////
//
//