pack_matrix pragma Directive
Pragma directive that specifies packing alignment for matrices.
#pragma pack_matrix( alignment ) |
---|
Parameters
Item | Description | ||||||
---|---|---|---|---|---|---|---|
alignment |
Alignment to set for matrices. This parameter can take one of the values listed in the following table.
|
Examples
The following example sets the matrix packing alignment to row major.
#pragma pack_matrix( row_major )