hello I just tried to convert shaders from shadertoy to sparksl but there is some code I don’t understand
vec3 color = texture (iChannel0, middle / iResolution.xy) .rgb;
can anyone explain about iChannel0? and how to apply it in spark ar?
Thank you.