summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.cpp
diff options
context:
space:
mode:
authorsimon <simon@lindenlab.com>2024-01-09 20:22:37 +0000
committersimon <simon@lindenlab.com>2024-01-09 20:22:37 +0000
commita9ef4d2ee8470e944b09402d0f796cb09cdb728d (patch)
tree4a5b4299c352e671b7aa76eabbf00d546acbf670 /indra/newview/lldrawpool.cpp
parenteca0021b7dfd40d5b573ae5530cf44edbe3a0994 (diff)
parent77395eddc911e0801e50fd693f7bbaee8046aa95 (diff)
Merge remote-tracking branch 'origin/main' into simon/sl-20635-new-data
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r--indra/newview/lldrawpool.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp
index fca0f1c978..50210b06c4 100644
--- a/indra/newview/lldrawpool.cpp
+++ b/indra/newview/lldrawpool.cpp
@@ -320,6 +320,14 @@ void LLFacePool::addFaceReference(LLFace *facep)
}
}
+void LLFacePool::pushFaceGeometry()
+{
+ for (LLFace* const& face : mDrawFace)
+ {
+ face->renderIndexed();
+ }
+}
+
BOOL LLFacePool::verify() const
{
BOOL ok = TRUE;