OpenGL2: Some FBO cleanup, and add non-depth blur to blur shader.

This commit is contained in:
SmileTheory 2016-04-05 02:37:05 -07:00
parent 60f56670d6
commit 1f6703821f
8 changed files with 148 additions and 125 deletions

View file

@ -1591,7 +1591,7 @@ typedef struct {
shaderProgram_t calclevels4xShader[2];
shaderProgram_t shadowmaskShader;
shaderProgram_t ssaoShader;
shaderProgram_t depthBlurShader[2];
shaderProgram_t depthBlurShader[4];
shaderProgram_t testcubeShader;