summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-06-30 10:56:12 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-06-30 10:56:12 -0400
commitd2c33f655a204192b9a3058f29e39afa6a9c41d5 (patch)
tree34816ac791a4fe61706566912fd7aeeffb033eb2 /indra/llrender/llvertexbuffer.h
parent125b789239b5adb5f810b3586a95f5d5f8a17c40 (diff)
parent6545a34dcd2562e4438cccb9b87c555d0709c83d (diff)
merge
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r--indra/llrender/llvertexbuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h
index b785a22976..ef0bdb21b4 100644
--- a/indra/llrender/llvertexbuffer.h
+++ b/indra/llrender/llvertexbuffer.h
@@ -84,6 +84,8 @@ public:
static LLVBOPool sStreamIBOPool;
static LLVBOPool sDynamicIBOPool;
+ static BOOL sUseStreamDraw;
+
static void initClass(bool use_vbo);
static void cleanupClass();
static void setupClientArrays(U32 data_mask);