diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-09 23:48:50 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-09 23:48:50 -0600 |
commit | d64ccab573e9455815dede58f8027a8f2337a728 (patch) | |
tree | 1b29bf6eda86d9f70a31f6a19e9535b8d1ee202d /indra/newview/pipeline.h | |
parent | 0dee7a3ece05f418c1deb422771cfed8d89826b3 (diff) |
the first round of the debug code for EXT-6792: Crash on ATI 3200
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 6aecc23aac..60e0b0ae8c 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -686,6 +686,9 @@ protected: public: static BOOL sRenderBeacons; static BOOL sRenderHighlight; + + //debug use + static U32 sCurRenderPoolType ; }; void render_bbox(const LLVector3 &min, const LLVector3 &max); |