float3x4
Description
A 3x4 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 m14 | | m21 m22 m23 m24 | | m31 m32 m33 m34 |
The memory layout of a matrix is only relevant when uploading matrix values onto the GPU.