summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.h
diff options
context:
space:
mode:
authorPalmer <palmer@lindenlab.com>2010-06-29 17:13:02 -0700
committerPalmer <palmer@lindenlab.com>2010-06-29 17:13:02 -0700
commit61309b05b1941c9d9b93fc4e098f9baf189f5756 (patch)
treeb98c11221244efe529ede8bf40e93b9a00c1fb1c /indra/llrender/llvertexbuffer.h
parent78a59c34c8c6ddb7a7ff54277ee48720344387a8 (diff)
parentea0192f157820719ddb5995420ae116e083e1036 (diff)
Merging in Davep's code for EXT-7835 which should help ext-8076
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);