Matrix.toGlArray

Construct column-major one dimentional array from matrix.

**OpenGL is column-major, please use this method for it.**

struct Matrix(T, size_t H, size_t W)
alias toGlArray = glbuffer

Meta