summaryrefslogtreecommitdiff
path: root/indra/newview/lltexlayer.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-04-09 22:02:32 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-04-09 22:02:32 -0600
commit0dee7a3ece05f418c1deb422771cfed8d89826b3 (patch)
treed80665733bdea0a64653495dbc5cb73b63c7f1f8 /indra/newview/lltexlayer.h
parentc5756c3f0f024c7d95cd7766573f8191befc7427 (diff)
debug code for EXT-6791: Intel 965 Crash in glCopyTexSubImage2D.
Diffstat (limited to 'indra/newview/lltexlayer.h')
-rw-r--r--indra/newview/lltexlayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexlayer.h b/indra/newview/lltexlayer.h
index 5be58f64a9..ae280dd063 100644
--- a/indra/newview/lltexlayer.h
+++ b/indra/newview/lltexlayer.h
@@ -325,6 +325,7 @@ public:
LLTexLayerSetBuffer(LLTexLayerSet* const owner, S32 width, S32 height);
virtual ~LLTexLayerSetBuffer();
+ /*virtual*/ S8 getType() const ;
virtual void preRender(BOOL clear_depth);
virtual void postRender(BOOL success);
virtual BOOL render();