summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.h
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-05-02 10:05:13 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-05-02 10:16:54 -0700
commit54919fa7495910e6f7877228a0458736024dcdc4 (patch)
tree596b618effbffc54f81d12692001d3286502ab22 /indra/newview/lldrawpool.h
parent82311e4b44a863078fb1f47d56e9543abaae210c (diff)
SL-17274: Stub for PBR DrawPool and shader
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r--indra/newview/lldrawpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h
index fd1b022e5b..b73ae94bbb 100644
--- a/indra/newview/lldrawpool.h
+++ b/indra/newview/lldrawpool.h
@@ -67,6 +67,7 @@ public:
POOL_WATER,
POOL_GLOW,
POOL_ALPHA,
+ POOL_PBR_OPAQUE,
NUM_POOL_TYPES,
// * invisiprims work by rendering to the depth buffer but not the color buffer, occluding anything rendered after them
// - and the LLDrawPool types enum controls what order things are rendered in