diff options
author | Graham Linden <graham@lindenlab.com> | 2018-11-06 19:33:04 +0000 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-11-06 19:33:04 +0000 |
commit | 2929998982f37221a58b9fa8037748a2e905f4b1 (patch) | |
tree | 24cc0c3da6655e9ed98908baa524e72068fbd64d /indra/newview/llvowlsky.h | |
parent | 8c1aefc17c710b55ed7a72bd9de14cbed58ccd31 (diff) |
Move to using a shared deferredUtil object for getting pos/norm from gbuffer.
Eliminate 20+ callsites with copy-paste of getPosition and/or getNorm code.
Make pipeline use getShadowTarget/releaseShadowTarget consistently.
Diffstat (limited to 'indra/newview/llvowlsky.h')
-rw-r--r-- | indra/newview/llvowlsky.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvowlsky.h b/indra/newview/llvowlsky.h index ef3f8e0361..3217d2a7e2 100644 --- a/indra/newview/llvowlsky.h +++ b/indra/newview/llvowlsky.h @@ -88,9 +88,9 @@ private: std::vector< LLPointer<LLVertexBuffer> > mStripsVerts; LLPointer<LLVertexBuffer> mStarsVerts; - std::vector<LLVector3> mStarVertices; // Star verticies - std::vector<LLColor4> mStarColors; // Star colors - std::vector<F32> mStarIntensities; // Star intensities + std::vector<LLVector3> mStarVertices; // Star verticies + std::vector<LLColor4> mStarColors; // Star colors + std::vector<F32> mStarIntensities; // Star intensities }; #endif // LL_VOWLSKY_H |