Assignment 1
In this assignment we are just going to play with
a shader, no fancy 3D yet. We just mess around with
getting the x and y coordinate as input and write
out the color for the given coordinate.
The shader will run in parallell for each pixel
in the canvas.
Edit the file src/public/task1.glsl and observe the changes