summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.cpp
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2025-02-10 14:10:47 -0500
committerRye <rye@lindenlab.com>2025-02-11 05:04:10 -0500
commitfd94dc0cd0afbca1446945522805dd833d45be7f (patch)
tree8ddbc5f1c72ce80106dca9c77583449ee4e0bb46 /indra/llrender/llvertexbuffer.cpp
parent0ea0edb5d97453225130fbd261e718fb633cc56e (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.cpp6
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);