diff options
Diffstat (limited to 'linden/indra/llrender/llpostprocess.h')
-rw-r--r-- | linden/indra/llrender/llpostprocess.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llrender/llpostprocess.h b/linden/indra/llrender/llpostprocess.h index b191e9d..009e4bd 100644 --- a/linden/indra/llrender/llpostprocess.h +++ b/linden/indra/llrender/llpostprocess.h | |||
@@ -17,7 +17,8 @@ | |||
17 | * There are special exceptions to the terms and conditions of the GPL as | 17 | * There are special exceptions to the terms and conditions of the GPL as |
18 | * it is applied to this Source Code. View the full text of the exception | 18 | * it is applied to this Source Code. View the full text of the exception |
19 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 19 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
20 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception | 20 | * online at |
21 | * http://secondlifegrid.net/programs/open_source/licensing/flossexception | ||
21 | * | 22 | * |
22 | * By copying, modifying or distributing this software, you acknowledge | 23 | * By copying, modifying or distributing this software, you acknowledge |
23 | * that you have read and understood your obligations described above, | 24 | * that you have read and understood your obligations described above, |
@@ -255,7 +256,7 @@ private: | |||
255 | /// OpenGL Helper Functions | 256 | /// OpenGL Helper Functions |
256 | void getShaderUniforms(glslUniforms & uniforms, GLhandleARB & prog); | 257 | void getShaderUniforms(glslUniforms & uniforms, GLhandleARB & prog); |
257 | void createTexture(LLPointer<LLImageGL>& texture, unsigned int width, unsigned int height); | 258 | void createTexture(LLPointer<LLImageGL>& texture, unsigned int width, unsigned int height); |
258 | void copyFrameBuffer(GLuint & texture, unsigned int width, unsigned int height); | 259 | void copyFrameBuffer(U32 & texture, unsigned int width, unsigned int height); |
259 | void createNoiseTexture(LLPointer<LLImageGL>& texture); | 260 | void createNoiseTexture(LLPointer<LLImageGL>& texture); |
260 | bool checkError(void); | 261 | bool checkError(void); |
261 | void checkShaderError(GLhandleARB shader); | 262 | void checkShaderError(GLhandleARB shader); |