WebGL/GLSL – How does a ShaderToy work?
ShaderToy is a tool for writing pixel shaders. What are pixel shaders? If you render a full screen quad, meaning that each of four points is placed in one of the four corners of the viewport, then the fragment shader for that quad is called pixel shader, because you could say that now each fragment … Read more