summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-10-04 13:42:54 -0700
committerGitHub <noreply@github.com>2024-10-04 13:42:54 -0700
commitea71037ccc0bd4b9e86f3f132109859258c54619 (patch)
tree5269db60f2d7054e0d570c99480ac5fea110a479 /indra/llrender/llgl.h
parentfe8f71f1a6feb1d6120f5bc4c676790ea74473fa (diff)
parentde95bd3187b61ca1152c14bc9bd112da61027d4c (diff)
Merge pull request #2771 from secondlife/v-2472
secondlife/viewer#2472: Debug tools for labeling textures
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index 08cf662526..0e26961588 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -48,6 +48,7 @@
extern bool gDebugGL;
extern bool gDebugSession;
extern bool gDebugGLSession;
+extern bool gDebugTextureLabelLocalFilesSession;
extern llofstream gFailLog;
#define LL_GL_ERRS LL_ERRS("RenderState")