Example #1
0
func GlMultMat4(m *mat4.Mat4) { gl.MultMatrixd(m.Ptr()) }
Example #2
0
func GlLoadMat4(m *mat4.Mat4) { gl.LoadMatrixd(m.Ptr()) }