Skip to content

Instantly share code, notes, and snippets.

@JustKirillS
JustKirillS / PuzzleRight.glsl
Last active June 12, 2016 10:17 — 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;