blob: 1b29ff520f6d96a352ccc9f9388aa52a51a4eb9a [file] [log] [blame]
uniform sampler2D Texture0;
varying vec2 TextureCoord;
void main(void)
{
vec4 result;
$CONVOLUTION$
gl_FragColor = vec4(result.xyz, 1.0);
}