mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge pull request #886 from Azaezel/alpha401/withoutTheOpps
bloom gl compile fix pt2.
This commit is contained in:
commit
51f6fd5416
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue