summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index ac2c32fedd..389b80813d 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -389,6 +389,8 @@ public:
static BOOL sRenderGlow;
static BOOL sTextureBindTest;
static BOOL sRenderFrameTest;
+ static BOOL sRenderAttachedLights;
+ static BOOL sRenderAttachedParticles;
//screen texture
LLRenderTarget mScreen;
@@ -403,10 +405,6 @@ public:
//texture for making the glow
LLRenderTarget mGlow[3];
-
- //framebuffer objects for off-screen scratch space
- //GLuint mFramebuffer[4];
- //GLuint mDepthbuffer[2];
//dynamic cube map scratch space
LLPointer<LLCubeMap> mCubeBuffer;