Loads an XMFLOAT4A into an XMVECTOR.
XMVECTOR XMLoadFloat4A(
const XMFLOAT4A *pSource
)
pSource
Type: XMFLOAT4A *
[in]
Address of the XMFLOAT4A structure to load.
Type: XMVECTOR
Returns an XMVECTOR loaded with the data from the pSource parameter.
The members of the XMFLOAT4A are loaded into the corresponding members of the returned XMVECTOR.
Header: Declared in directxmath.h.