Skip to content

Instantly share code, notes, and snippets.

@TimDonselaar
TimDonselaar / test.glsl
Last active November 21, 2019 04:41 — forked from glslioadmin/TEMPLATE.glsl
GLSL.io Transition (v1)
#ifdef GL_ES
precision highp float;
#endif
// General parameters
uniform sampler2D from;
uniform sampler2D to;
uniform float progress;
uniform vec2 resolution;