Our Drawing Function
Set up a function to issue drawing commands
function render() { gl.clear(gl.COLOR_BUFFER_BIT); // more things to come ... }