summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-04-09 23:48:50 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-04-09 23:48:50 -0600
commitd64ccab573e9455815dede58f8027a8f2337a728 (patch)
tree1b29bf6eda86d9f70a31f6a19e9535b8d1ee202d /indra/newview/pipeline.h
parent0dee7a3ece05f418c1deb422771cfed8d89826b3 (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.h3
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);