Loads an XMFLOAT4 into an XMVECTOR.
XMVECTOR XMLoadFloat4(
const XMFLOAT4 *pSource
)
pSource
Type: XMFLOAT4 *
[in]
Address of the XMFLOAT4 structure to load.
Type: XMVECTOR
Returns an XMVECTOR loaded with the data from the pSource parameter.
The x, y, z, and w members of the XMFLOAT4 are loaded into the corresponding members of the XMVECTOR.
Header: Declared in directxmath.h.