void GetAsFloat2x4Aligned(float (*rows)[4]) const;
GetAsFloat2x4Aligned copies the color transformation matrix into aligned array of floats.
Parameters |
Description |
float (*rows) [4] |
A 16-byte aligned array of floats to copy to, containing at least 8 entries. |