diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:17 -0500 |
commit | 1aecac62eb88125546057be2a2a70a6b2eba1a57 (patch) | |
tree | 3964591bb451af656f07bc751931272baafe9551 /indra/llrender/llvertexbuffer.h | |
parent | f28b10608a0883da75c670c5a9d9a5056ee682ad (diff) | |
parent | 719610e68ba8275f08f51d127ab760799cb1d1c3 (diff) |
merge
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index 2bbc17fb12..6c0895512e 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -97,6 +97,8 @@ public: static void initClass(bool use_vbo, bool no_vbo_mapping); static void cleanupClass(); static void setupClientArrays(U32 data_mask); + static void drawArrays(U32 mode, const std::vector<LLVector3>& pos, const std::vector<LLVector3>& norm); + static void clientCopy(F64 max_time = 0.005); //copy data from client to GL static void unbind(); //unbind any bound vertex buffer |