header =================================================================================== Shadertoy Browse Live New Shader Sign In admin ================================================================================== content ================================================================================== 0.00 00.0 fps - comments Comments Sign in to post a comment. ---------------------------------------------------------------------------------- Shader Inputs uniform vec3 iResolution; // viewport resolution (in pixels) uniform float iGlobalTime; // shader playback time (in seconds) uniform float iTimeDelta; // render time (in seconds) uniform int iFrame; // shader playback frame uniform float iChannelTime[4]; // channel playback time (in seconds) uniform vec3 iChannelResolution[4]; // channel resolution ...