Matrix.toArray

Construct row-major one dimentional array from matrix.

**Do not pass to OpenGL, use** glbuffer() **instead**

struct Matrix(T, size_t H, size_t W)
alias toArray = buffer

Meta