diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-09-12 11:48:30 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-09-12 11:48:30 -0500 |
| commit | c5af5d10edb26d255d0aa2e27eedbbd3f514024e (patch) | |
| tree | 459dc84efeb2cc75b980b97311dc769b821b021c /indra/llrender/llvertexbuffer.h | |
| parent | d7c77e5c64ddfef44b3e47f4c7ae6943ff0e860a (diff) | |
| parent | 03df9545092cc3917e1c3f947ce2270d0ba31134 (diff) | |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
| -rw-r--r-- | indra/llrender/llvertexbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index baf8407fc6..a7907f9cae 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -288,7 +288,7 @@ public: U8* getMappedIndices() const { return mMappedIndexData; } S32 getOffset(S32 type) const { return mOffsets[type]; } S32 getUsage() const { return mUsage; } - bool isWriteable() const { return (mMappable || mUsage == GL_STREAM_DRAW_ARB) ? true : false; } + bool isWriteable() const { return (mMappable || mUsage == GL_STREAM_DRAW) ? true : false; } void draw(U32 mode, U32 count, U32 indices_offset) const; void drawArrays(U32 mode, U32 offset, U32 count) const; |
