summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.h
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-02-01 09:56:21 -0800
committerGitHub <noreply@github.com>2024-02-01 09:56:21 -0800
commit7a5b0f5acf0b8aee3e73af0eb15d8c6930b98243 (patch)
treebb929645ac6951fe111a5e9b320c9841d67784e1 /indra/llrender/llshadermgr.h
parent9c378ca1e74229b5b1bb25fd63be5f1cf8349184 (diff)
parent118996225bb588dcaef415dfe18f5e4aca9c35b8 (diff)
Merge pull request #710 from secondlife/vi-43
Add PBR terrain normal gen feature flag
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