diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llpostprocess.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-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.h | 7 |
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 | ||
272 | extern LLPostProcess * gPostProcess; | 265 | extern LLPostProcess * gPostProcess; |