Loads an XMUDEC4 into an XMVECTOR.
XMVECTOR XMLoadUDec4(
const XMUDEC4 *pSource
)
pSource
Type: XMUDEC4 *
[in]
Address of the XMUDEC4 structure to load.
Type: XMVECTOR
Returns an XMVECTOR loaded with the data from the pSource parameter.
The following pseudocode demonstrates the operation of the function.
XMVECTOR vectorOut;
return vectorOut;
Header: Declared in directxpackedvector.h.