From b08ce41199252efca693d17c6b2d16cb333e6a5d Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 7 Mar 2023 11:47:35 -0500 Subject: [PATCH] Fix Core profile init --- indra/newview/llglsandbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index fef52547197..8a5fc6df348 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -1061,11 +1061,13 @@ F32 gpu_benchmark() return -1.f; } +#if 0 VAOHolder dummVAO; if (LLRender::sGLCoreProfile) { dummVAO.genVAO(); } +#endif if (gBenchmarkProgram.mProgramObject == 0) { -- GitLab