* Add the ability to modify clip space coordinates in the vertex shader This introduces MaterialVertexInputs.clipSpaceTransform, a mat4 that is applied to gl_Position before exiting the vertex stage. * Address code review comments