changed order of MATRIX
This commit is contained in:
parent
dafd526828
commit
fe0728da3e
@ -9,9 +9,9 @@ typedef float MatrixType;
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
MatrixType *buffer;
|
||||||
int rows;
|
int rows;
|
||||||
int cols;
|
int cols;
|
||||||
MatrixType *buffer;
|
|
||||||
} Matrix;
|
} Matrix;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user