summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJonathan Goodman <geenz@geenzo.com>2012-03-26 13:44:28 -0400
committerJonathan Goodman <geenz@geenzo.com>2012-03-26 13:44:28 -0400
commitc7106a02b9d16256f2677778074322707faf4d83 (patch)
treef4bc7108cd2cd1f9c4887ab8183ac65fcb3854e5 /indra/newview/pipeline.h
parent77df887b657f2a38474b3e3699d54d2e020e88ba (diff)
Merging latest changes for normalized blinn-phong.
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 9c78048c46..8db27dd0f7 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -113,8 +113,10 @@ public:
void resetVertexBuffers();
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);