Added Gaussian blur post-process shader

Added ability to manually input values in post-process shader menu
This commit is contained in:
Shyotl
2011-02-10 04:03:22 -06:00
parent a44d633bc8
commit a579663eb9
9 changed files with 203 additions and 64 deletions

View File

@@ -316,6 +316,7 @@ extern LLGLSLShader gWLCloudProgram;
// Post Process Shaders
extern LLGLSLShader gPostColorFilterProgram;
extern LLGLSLShader gPostNightVisionProgram;
extern LLGLSLShader gPostGaussianBlurProgram;
// Deferred rendering shaders
extern LLGLSLShader gDeferredImpostorProgram;