Merge pull request #886 from Azaezel/alpha401/withoutTheOpps

bloom gl compile fix pt2.
This commit is contained in:
Brian Roberts 2022-09-10 15:57:48 -05:00 committed by GitHub
commit 51f6fd5416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,9 @@
#include "core/rendering/shaders/postFX/gl/postFx.glsl"
#include "core/rendering/shaders/gl/torque.glsl"
#include "shadergen:/autogenConditioners.h"
#line 27
#define KERNEL_SAMPLES 4
const vec2 KERNEL[9] = vec2[](
const vec2 KERNEL[KERNEL_SAMPLES] = vec2[](
vec2( 0.5, 0.5),
vec2( 0.5,-0.5),
vec2(-0.5,-0.5),