summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-06 10:17:38 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-06 10:17:38 +0800
commit5c3c491537e58cb884b74694cc7453eef89d8515 (patch)
tree67a84593be88c92c94b28ff25d6edec908d466b3 /indra/newview/llface.cpp
parentf6b4f7bfd6c338c44dfbfb07479113075172d929 (diff)
Core profile buffer related functions
replacing their legacy ARB counterparts.
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index e1edc38923..a7c8a0987e 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -1670,7 +1670,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
}
}
- glBindBufferARB(GL_TRANSFORM_FEEDBACK_BUFFER, 0);
+ glBindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, 0);
gGL.popMatrix();
if (cur_shader)