summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-09 17:00:36 -0600
committerDave Parks <davep@lindenlab.com>2023-02-09 17:00:36 -0600
commit577f6a46f02ecfa4efabc0b379e44e4f53a0b391 (patch)
tree6c55da64e3276ae5cfb3ea78e54b906d90234993 /indra/newview/lldrawpool.h
parent95de63eaa3bab44dc435d1448d0732d6ffe13544 (diff)
SL-19181 Modulate "glow" by PBR emissive.
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r--indra/newview/lldrawpool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h
index a60d09c154..2c5e31f579 100644
--- a/indra/newview/lldrawpool.h
+++ b/indra/newview/lldrawpool.h
@@ -184,6 +184,8 @@ public:
PASS_NORMSPEC_EMISSIVE_RIGGED,
PASS_GLOW,
PASS_GLOW_RIGGED,
+ PASS_GLTF_GLOW,
+ PASS_GLTF_GLOW_RIGGED,
PASS_ALPHA,
PASS_ALPHA_RIGGED,
PASS_ALPHA_MASK,