Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.28 KB

nf-directxmath-xmloadfloat4a.md

File metadata and controls

75 lines (61 loc) · 2.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:directxmath.XMLoadFloat4A
XMLoadFloat4A function (directxmath.h)
Loads an XMFLOAT4A into an XMVECTOR.
Use DirectX..XMLoadFloat4A
XMLoadFloat4A
XMLoadFloat4A method [DirectX Math Support APIs]
dxmath.xmloadfloat4a
dxmath\xmloadfloat4a.htm
dxmath
M:Microsoft.directx_sdk.loading.XMLoadFloat4A(const XMFLOAT4A)
12/05/2018
Use DirectX..XMLoadFloat4A, XMLoadFloat4A, XMLoadFloat4A method [DirectX Math Support APIs], dxmath.xmloadfloat4a
directxmath.h
Windows
Use DirectX.
Windows
19H1
XMLoadFloat4A
directxmath/XMLoadFloat4A
c++
APIRef
kbSyntax
COM
DirectXMath.h
XMLoadFloat4A

XMLoadFloat4A function

-description

Loads an XMFLOAT4A into an XMVECTOR.

-parameters

-param pSource [in]

Address of the XMFLOAT4A structure to load.

-returns

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.

Platform Requirements

Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.

-see-also

DirectXMath Library Vector Load Functions