Loads an XMHALF4 into an XMVECTOR.
XMVECTOR XMLoadHalf4(
const XMHALF4 *pSource
)
pSource
Type: XMHALF4 *
[in]
Address of the XMHALF4 structure to load.
Type: XMVECTOR
Returns an XMVECTOR loaded with the data from the pSource parameter.
The four half-precision floating-point members of the XMHALF4 are converted to single-precision format and loaded into the corresponding members of the XMVECTOR.
Header: Declared in directxpackedvector.h.