XMFLOAT3X4A structure (directxmath.h)
A 3x4 column-major matrix containing 32-bit floating-point components aligned on a 16-byte boundary.
C++
struct XMFLOAT3X4A : XMFLOAT3X4 {
};
The XMFLOAT3X4A structure implements XMFLOAT3X4.
You can load an XMMATRIX from an XMFLOAT3X4A by using XMLoadFloat3x4A.
You can store an XMMATRIX into an XMFLOAT3X4A by using XMStoreFloat3x4A.
This type and the associated functions were added in DirectXMath 3.13
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | directxmath.h |