blob: af0e7f98c39501bfa4c5775355d0aa5bead03991 [file] [log] [blame]
#include "blur.glsllib"
void frag()
{
gl_FragColor = GaussianBlur(Texture0, Texture0Info.z);
}