runnable fragment

Grid Flip.fs

vidvox-isf-files pattern glsl runnable fragment MIT
code snippet
uniform sampler2D startImage;
uniform sampler2D endImage;
uniform float progress;
uniform float pause;
uniform float dividerWidth;
uniform float randomness;
uniform vec4 bgcolor;
uniform vec2 size;
precision mediump float;
/*{
    "CATEGORIES": [
        "Wipe"
    ],
    "CREDIT": "Automatically converted from https://www.github.com/gl-transitions/gl-transitions/tree/master/GridFlip.glsl",