diff options
author | Dave Parks <davep@lindenlab.com> | 2022-12-14 11:00:31 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-12-14 11:00:31 -0600 |
commit | e6b5481cad3f81f18ff04ff6af86bd7ad5b9c5da (patch) | |
tree | 8d1b7c1012ef03ad6625aa2932e6e495b1da9536 /indra/newview/pipeline.h | |
parent | 9e7829c9cb140f994c9aa12dddcd4518c4c43a40 (diff) |
SL-18782 WIP -- stub for reflection probe display.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index c0add04cca..7661cd1b42 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -693,9 +693,12 @@ public: LLCullResult mReflectedObjects; LLCullResult mRefractedObjects; - //utility buffer for rendering post effects, gets abused by renderDeferredLighting + //utility buffers for rendering post effects LLPointer<LLVertexBuffer> mDeferredVB; + // a single triangle that covers the whole screen + LLPointer<LLVertexBuffer> mScreenTriangleVB; + //utility buffer for rendering cubes, 8 vertices are corners of a cube [-1, 1] LLPointer<LLVertexBuffer> mCubeVB; |