DirectXMath Library Vector Store Functions
Lists the set of functions for storing values obtained from hardware registers provided as part of the DirectXMath Library.
The list below includes store functions currently part of the DirectXMath Library, and available through DirectXMath.h.
In this section
| Topic | Description |
|---|---|
|
Stores an XMVECTOR in a float. | |
|
Stores an XMVECTOR in a XMFLOAT3PK. | |
|
Stores an XMVECTOR in an XMFLOAT3SE. | |
|
Stores an XMMATRIX in an XMFLOAT3X3. | |
|
Stores an XMMATRIX in an XMFLOAT4X3. | |
|
Stores an XMVECTOR in an XMFLOAT4X3A. | |
|
Stores an XMMATRIX in an XMFLOAT4X4. | |
|
Stores an XMVECTOR in an XMFLOAT4X4A. | |
|
Stores an XMVECTOR in a uint32_t. | |
|
Stores an XMVECTOR in a 2-element uint32_t array. | |
|
Stores an XMVECTOR in a 16-byte aligned 2 element uint32_t array. | |
|
Stores an XMVECTOR in a 3-element uint32_t array. | |
|
Stores an XMVECTOR in a 16-byte aligned 3 element uint32_t array. | |
|
Stores an XMVECTOR in a 4-element uint32_t array. | |
|
Stores an XMVECTOR in a 16-byte aligned 4 element uint32_t array. | |
|
Stores signed integer data from an XMVECTOR in an XMINT2 structure. | |
|
Stores signed integer data from an XMVECTOR in an XMINT3 structure. | |
|
Stores signed integer data from an XMVECTOR in an XMINT4 structure. | |
|
Stores unsigned integer data from an XMVECTOR in an XMUINT2 structure. | |
|
Stores unsigned integer data from an XMVECTOR in an XMUINT3 structure. | |
|
Stores unsigned integer data from an XMVECTOR in an XMUINT4 structure. | |
|
Stores an XMVECTOR in an XMUNIBBLE4. | |
|
Stores an XMVECTOR in an XMUSHORTN2. | |
|
Stores an XMVECTOR in an XMUSHORTN4. | |
Related topics