summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-04-29 13:51:11 +0000
committerDave Parks <davep@lindenlab.com>2022-04-29 13:51:11 +0000
commit93a025966649e281ceff8d1471bc983cc036bc17 (patch)
tree478dad507b450dce72c84ce7c87ab0266549ef45 /indra/llrender/llshadermgr.h
parentdeffbca3ee209f6aea3358692d9ca6dc7090e748 (diff)
SL-17282 prototype mixing of reflection map into legacy materials
Diffstat (limited to 'indra/llrender/llshadermgr.h')
-rw-r--r--indra/llrender/llshadermgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.h b/indra/llrender/llshadermgr.h
index 67c0d6ab10..7ca4862ed9 100644
--- a/indra/llrender/llshadermgr.h
+++ b/indra/llrender/llshadermgr.h
@@ -80,6 +80,7 @@ public:
BUMP_MAP, // "bumpMap"
BUMP_MAP2, // "bumpMap2"
ENVIRONMENT_MAP, // "environmentMap"
+ REFLECTION_MAP, // "reflectionMap"
CLOUD_NOISE_MAP, // "cloud_noise_texture"
CLOUD_NOISE_MAP_NEXT, // "cloud_noise_texture_next"
FULLBRIGHT, // "fullbright"