diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2022-05-02 10:05:13 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2022-05-02 10:16:54 -0700 |
commit | 54919fa7495910e6f7877228a0458736024dcdc4 (patch) | |
tree | 596b618effbffc54f81d12692001d3286502ab22 /indra/newview/pipeline.h | |
parent | 82311e4b44a863078fb1f47d56e9543abaae210c (diff) |
SL-17274: Stub for PBR DrawPool and shader
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 150d3c7d58..c4f0c01182 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -864,6 +864,7 @@ protected: LLDrawPool* mBumpPool; LLDrawPool* mMaterialsPool; LLDrawPool* mWLSkyPool; + LLDrawPool* mPBROpaquePool; // Note: no need to keep an quick-lookup to avatar pools, since there's only one per avatar public: |