Re: [sensors] Provide the DeviceOrientation sensor

OpenGL spec (from above) page 132

```
The UniformMatrix{234}fv and UniformMatrix{234}dv commands will
load count 2 × 2, 3 × 3, or 4 × 4 matrices (corresponding to 2, 3, or 
4 in the
command name) of single- or double-precision floating-point values, 
respectively,
into a uniform defined as a matrix or an array of matrices. If 
transpose is FALSE,
the matrix is specified in column major order, otherwise in row major 
order
```

-- 
GitHub Notification of comment by kenchris
Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/170#issuecomment-283112181 using
 your GitHub account

Received on Tuesday, 28 February 2017 18:46:09 UTC