summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-09-15 14:27:15 -0700
committerCosmic Linden <cosmic@lindenlab.com>2024-01-31 14:31:06 -0800
commit00c65b62707f5c30cf2d48c0bd0c975c3bceb513 (patch)
treee3c87f44a91b0278362553e1b28a3c494751dff1 /indra/llrender/llshadermgr.h
parentc8547ad8a588fca0a22b2194ad1b18b66153f32d (diff)
secondlife/viewer-issues#43: Fix debug normals not rendering for terrain
Diffstat (limited to 'indra/llrender/llshadermgr.h')
-rw-r--r--indra/llrender/llshadermgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.h b/indra/llrender/llshadermgr.h
index ebd682141d..4ee5c8ef47 100644
--- a/indra/llrender/llshadermgr.h
+++ b/indra/llrender/llshadermgr.h
@@ -316,6 +316,9 @@ public:
WATER_EDGE_FACTOR, // "water_edge"
SUN_UP_FACTOR, // "sun_up_factor"
MOONLIGHT_COLOR, // "moonlight_color"
+
+ DEBUG_NORMAL_DRAW_LENGTH, // "debug_normal_draw_length"
+
END_RESERVED_UNIFORMS
} eGLSLReservedUniforms;
// clang-format on