summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-05-19 20:38:39 -0500
committerDave Parks <davep@lindenlab.com>2011-05-19 20:38:39 -0500
commit51bb3c15c8ac6c85ed1a7e8526ba6b60794ac29e (patch)
treefb69cb7a3c1a98d271e0ee53880c7ad93a568502 /indra/newview/pipeline.h
parent6898b2c6d53fc04384f194d264c1c61bbc08c90f (diff)
SH-469 WIP -- get rid of LLMultiSampleBuffer and use GL_ARB_texture_multisample instead.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index e9a250cd6d..ed4a803e7e 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -524,7 +524,6 @@ public:
LLRenderTarget mEdgeMap;
LLRenderTarget mDeferredDepth;
LLRenderTarget mDeferredLight[3];
- LLMultisampleBuffer mSampleBuffer;
LLRenderTarget mGIMap;
LLRenderTarget mGIMapPost[2];
LLRenderTarget mLuminanceMap;