Module
GLMatrix
- Package
- purescript-gl-matrix
- Repository
- dirkz/purescript-gl-matrix
#setMatrixArrayType Source
setMatrixArrayType :: MatrixArrayType -> Effect UnitSet the (internally matrix array type). MatrixArrayTypeArray is highly recommended,
otherwise the API is not correct (Number vs Float32), and you'll run into trouble
sooner or later, although all tests run with both types successfully.
The default is MatrixArrayTypeFloat32Array.