diff options
| author | Rye <rye@lindenlab.com> | 2025-02-10 14:10:47 -0500 |
|---|---|---|
| committer | Rye <rye@lindenlab.com> | 2025-02-11 05:04:10 -0500 |
| commit | fd94dc0cd0afbca1446945522805dd833d45be7f (patch) | |
| tree | 8ddbc5f1c72ce80106dca9c77583449ee4e0bb46 /indra/llrender/llvertexbuffer.cpp | |
| parent | 0ea0edb5d97453225130fbd261e718fb633cc56e (diff) | |
Disable old GPU hacks on macos when running against Apple GPU
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
| -rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp index 86ec9a453b..d59ddd0fec 100644 --- a/indra/llrender/llvertexbuffer.cpp +++ b/indra/llrender/llvertexbuffer.cpp @@ -787,12 +787,6 @@ void LLVertexBuffer::drawElements(U32 mode, const LLVector4a* pos, const LLVecto gGL.syncMatrices(); - U32 mask = LLVertexBuffer::MAP_VERTEX; - if (tc) - { - mask = mask | LLVertexBuffer::MAP_TEXCOORD0; - } - unbind(); gGL.begin(mode); |
