diff options
| author | mobserveur <mobserveur@gmail.com> | 2026-08-25 12:34:13 +0200 |
|---|---|---|
| committer | mobserveur <mobserveur@gmail.com> | 2026-08-25 12:34:13 +0200 |
| commit | fb2376983a87711b0c01a8ac9ad29b8cf8079249 (patch) | |
| tree | 60f091e5138acb4bbd5cb399f2cbf281e94a4b98 /indra/newview/llviewerwindow.cpp | |
| parent | ba4911d87bb833572b46dd1d6f38264f4c561662 (diff) | |
optimisations related to llvertexbuffer
this commit includes some optimisations related to the llvertextbuffer and is closer to LL code in that regard. It also removes the alternative vertexbuffer mode.
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 1183cc70ef..488b551e36 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2015,7 +2015,7 @@ LLViewerWindow::LLViewerWindow(const Params& p) LL_DEBUGS("Window") << "Loading feature tables." << LL_ENDL; // Initialize OpenGL Renderer - LLVertexBuffer::initClass(mWindow, gSavedSettings.getU32("MPVertexBufferMode")); + LLVertexBuffer::initClass(mWindow); LL_INFOS("RenderInit") << "LLVertexBuffer initialization done." << LL_ENDL ; if (!gGL.init(true)) { |
