aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpostprocess.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llpostprocess.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpostprocess.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/linden/indra/newview/llpostprocess.h b/linden/indra/newview/llpostprocess.h
index 2e98fb3..738d0f0 100644
--- a/linden/indra/newview/llpostprocess.h
+++ b/linden/indra/newview/llpostprocess.h
@@ -260,13 +260,6 @@ private:
260 void viewOrthogonal(unsigned int width, unsigned int height); 260 void viewOrthogonal(unsigned int width, unsigned int height);
261 void changeOrthogonal(unsigned int width, unsigned int height); 261 void changeOrthogonal(unsigned int width, unsigned int height);
262 void viewPerspective(void); 262 void viewPerspective(void);
263 void textureBlendReplace(void);
264 void textureBlendAdd(void);
265 void textureBlendSubtract(void);
266 void textureBlendAddSigned(void);
267 void textureBlendAlpha(void);
268 void textureBlendMultiply(void);
269 void textureBlendMultiplyX2(void);
270}; 263};
271 264
272extern LLPostProcess * gPostProcess; 265extern LLPostProcess * gPostProcess;