Matrix.buffer

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)
T[W * H]
buffer
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta