diff options
author | Oz Linden <oz@lindenlab.com> | 2013-01-11 18:52:27 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-01-11 18:52:27 -0500 |
commit | 7d56fb04dfdf47768e2e81ec80d15737370af271 (patch) | |
tree | 29a9188f7ad87c687afca4f26f6f75649f19a5f4 /indra/newview/pipeline.h | |
parent | 597b374f382946b95d556af82cad612124b3211a (diff) | |
parent | de0863ed6e91fda0c1b5342b9fecf07c4af47d63 (diff) |
merge gamma correction rendering
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 36abeca295..e264081910 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -554,7 +554,8 @@ public: static BOOL sRenderDeferred; static BOOL sMemAllocationThrottled; static S32 sVisibleLightCount; - static F32 sMinRenderSize; + static F32 sMinRenderSize; + static BOOL sRenderingHUDs; //screen texture U32 mScreenWidth; |