float3x3
Description
A 3x3 matrix that is stored in GPU memory in row-major order.
The logical layout of a matrix fully defines how operations are performed on it.
| m11 m12 m13 | | m21 m22 m23 | | m31 m32 m33 |
The memory layout of a matrix is only relevant when uploading matrix values onto the GPU.