Learning wgpu now since I found out that gfx-hal is deprecated. Following this tutorial
Variables defined with var can be modified but must specify their type. Variables created with let can have their types inferred, but their value cannot be changed during the shader.
Currently on part 13