blob: 79e13398ec11eca8c95be4063c3fab0fdc21e82c [file] [log] [blame]
#include "blur.glsllib"
void vert()
{
SetupVerticalGaussianBlur(Texture0Info.y, amount, TexCoord);
}