runnable fragment

Directional Wipe.fs

vidvox-isf-files utility glsl runnable fragment MIT
code snippet
uniform sampler2D startImage;
uniform sampler2D endImage;
uniform float progress;
uniform vec2 direction;
uniform float smoothness;
precision mediump float;
/*{
    "CATEGORIES": [
        "Wipe"
    ],
    "CREDIT": "Automatically converted from https://www.github.com/gl-transitions/gl-transitions/tree/master/directionalwipe.glsl",
    "DESCRIPTION": "",
    "INPUTS": [
        {