runnable fragment

Displacement.fs

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