MTLPackedFloat4x3
A structure that contains the top three rows of a 4x4 matrix of 32-bit floating-point values, in column-major order.
Declaration
typealias MTLPackedFloat4x3 = _MTLPackedFloat4x3Discussion
Metal uses the values [0,0,0,1] as the bottom row of the 4x4 matrix.