summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-13 17:11:19 -0400
committerOz Linden <oz@lindenlab.com>2012-04-13 17:11:19 -0400
commitc7c7726c6f6c76950d47f9f640993bb80c659300 (patch)
treecf5654661a81e331e1b4d14c45ee80b7fa83929c /indra/newview/pipeline.h
parent753e8673c30f7d5c87e0e6e86c36482f9b103983 (diff)
parent8d4c6771fdbea274eabc7a2e2606b3b77952cb4a (diff)
merge changes for drtvwr-135
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 3c4e389ce0..b8b4f164fe 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -114,8 +114,10 @@ public:
void doResetVertexBuffers();
void resizeScreenTexture();
void releaseGLBuffers();
+ void releaseLUTBuffers();
void releaseScreenBuffers();
void createGLBuffers();
+ void createLUTBuffers();
void allocateScreenBuffer(U32 resX, U32 resY);
bool allocateScreenBuffer(U32 resX, U32 resY, U32 samples);