XMLoadUDec4

Loads an XMUDEC4 into an XMVECTOR.

Syntax

XMVECTOR XMLoadUDec4(
         const XMUDEC4 *pSource
)  

Parameters

pSource
Type: XMUDEC4 *

[in]

Address of the XMUDEC4 structure to load.

Return value

Type: XMVECTOR 

Returns an XMVECTOR loaded with the data from the pSource parameter.

Remarks

The following pseudocode demonstrates the operation of the function.

XMVECTOR vectorOut;

return vectorOut;  

Requirements

Header: Declared in directxpackedvector.h.