XMLoadFloat4A

Loads an XMFLOAT4A into an XMVECTOR.

Syntax

XMVECTOR XMLoadFloat4A(
         const XMFLOAT4A *pSource
)  

Parameters

pSource
Type: XMFLOAT4A *

[in]

Address of the XMFLOAT4A structure to load.

Return value

Type: XMVECTOR 

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

Remarks

The members of the XMFLOAT4A are loaded into the corresponding members of the returned XMVECTOR.

Requirements

Header: Declared in directxmath.h.