degenerate
degenerate copied to clipboard
Use same names in state and shader uniforms
To make it easy to figure out which variables in the state correspond to which variables in the shader, we should use the same names in both, and switch to camelcase names in the shader. (Also, https://www.shadertoy.com/howto uses camelcase names, and shadertoy is super popular with shader authors.)