summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-04-13 09:50:08 -0700
committercosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2023-04-13 11:11:34 -0700
commit4f7eabee84cc72abc5f1f8af80dd8f71ac7a2f99 (patch)
tree9a4acfafe80e2def9979f7bbdaab22c90992c7c7 /indra/newview/pipeline.h
parent23365ca51aef2447efa07b0097a421ff864feec1 (diff)
SL-19573: Fix alpha mask prims not rendering in HUD
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index ed9e2dc452..d9decaa1c5 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -472,6 +472,7 @@ public:
RENDER_TYPE_VOIDWATER = LLDrawPool::POOL_VOIDWATER,
RENDER_TYPE_WATER = LLDrawPool::POOL_WATER,
RENDER_TYPE_GLTF_PBR = LLDrawPool::POOL_GLTF_PBR,
+ RENDER_TYPE_GLTF_PBR_ALPHA_MASK = LLDrawPool::POOL_GLTF_PBR_ALPHA_MASK,
RENDER_TYPE_ALPHA = LLDrawPool::POOL_ALPHA,
RENDER_TYPE_ALPHA_PRE_WATER = LLDrawPool::POOL_ALPHA_PRE_WATER,
RENDER_TYPE_ALPHA_POST_WATER = LLDrawPool::POOL_ALPHA_POST_WATER,