When using the "Show GLSL Preview" command (or close the preview and reopen), the iTime uniform does not reset to 0.0 as expected. Instead, it continues accumulating from the previous runtime duration. This behavior contradicts Shadertoy.com, where time resets on every shader recompilation/reload.
fragColor = vec4(vec3(iTime * 0.1), 1.0);