summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-07-10 00:42:10 +0000
committerDon Kjer <don@lindenlab.com>2012-07-10 00:42:10 +0000
commitcb2b59b48b6cf8aeb17f5b0f9f4063e8340ce144 (patch)
tree00277a9a3a1f29c43f27bde7dd1f837253d973f2 /indra/newview/pipeline.h
parent29385890a412ba7cfbd4ca89b7a2e32c05aab97d (diff)
Added new settings: DisableAllRenderTypes, DisableAllRenderFeatures, and MaxFPS.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 6ae482fa06..3536746eb1 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -311,9 +311,12 @@ public:
BOOL hasAnyRenderType(const U32 type, ...) const;
void setRenderTypeMask(U32 type, ...);
- void orRenderTypeMask(U32 type, ...);
+ // This is equivalent to 'setRenderTypeMask'
+ //void orRenderTypeMask(U32 type, ...);
void andRenderTypeMask(U32 type, ...);
void clearRenderTypeMask(U32 type, ...);
+ void setAllRenderTypes();
+ void clearAllRenderTypes();
void pushRenderTypeMask();
void popRenderTypeMask();