diff options
author | Dave Parks <davep@lindenlab.com> | 2022-02-01 22:28:02 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-02-01 22:28:02 +0000 |
commit | 0b850360f5f3e520fa3bd321e2e105c24d1f46f0 (patch) | |
tree | 88c7d1d5c3d7cba8395dd493ff158a310219683e /indra/newview/lldrawpool.h | |
parent | 19281510bce123bfa85a0ec8f564a7ccb8f31aa9 (diff) |
SL-16714 and SL-16750 Break rigged alpha into its own pass (restore release like behavior) and fix rigged alpha emissive not rendering.
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index d4f30fc51a..fd1b022e5b 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -183,6 +183,7 @@ public: PASS_GLOW, PASS_GLOW_RIGGED, PASS_ALPHA, + PASS_ALPHA_RIGGED, PASS_ALPHA_MASK, PASS_ALPHA_MASK_RIGGED, PASS_FULLBRIGHT_ALPHA_MASK, // Diffuse texture used as alpha mask and fullbright |