summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-09-21 15:56:18 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-09-21 16:10:52 -0700
commita35544c701b223ba08f0607c872d8afbb08114f5 (patch)
tree861e742ad5341737e785e039ecbf054cf9ae95e5 /indra/newview/pipeline.cpp
parent7fe2856516d9e0de0fda6ff389ad3cc977b2d309 (diff)
SL-16027: Add Tracy OpenGL support
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index e7c2d4db39..4e28c8c493 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -11146,6 +11146,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)
if (LLPipeline::sRenderDeferred)
{
GLuint buff = GL_COLOR_ATTACHMENT0;
+ LL_PROFILER_GPU_ZONEC( "gl.DrawBuffersARB", 0x8000FF );
glDrawBuffersARB(1, &buff);
}