func GlMultMat4(m *mat4.Mat4) { gl.MultMatrixd(m.Ptr()) }
func GlLoadMat4(m *mat4.Mat4) { gl.LoadMatrixd(m.Ptr()) }