diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-30 13:25:25 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-30 13:25:25 -0600 |
commit | 0186707937852922521eeced28687231d8407deb (patch) | |
tree | d1c45591b0037d7ecb06067a3c953630245712b7 /indra/llrender/llvertexbuffer.h | |
parent | 87bb72a47a1fc64b98e498120e332de76e6a9211 (diff) | |
parent | 0d58d3ee7a4196f31d45dd5a466a452d887a6968 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index e846ab70e2..4d73cf07c0 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -88,6 +88,7 @@ public: typedef std::list<Record> record_list_t; std::vector<record_list_t> mFreeList; std::vector<U32> mMissCount; + bool mMissCountDirty; // flag any changes to mFreeList or mMissCount //used to avoid calling glGenBuffers for every VBO creation static U32 sNamePool[1024]; |