XMLoadInt function (directxmath.h)
Loads a scalar value into an XMVECTOR.
Syntax
XMVECTOR XM_CALLCONV XMLoadInt(
[in] const uint32_t *pSource
) noexcept;
Parameters
[in] pSource
Address of the scalar data to load.
Return value
Returns an XMVECTORI
whose x member is loaded with the data from
the pSource parameter. The other components of the returned vector will be initialized to 0.
Remarks
To convert the loaded XMVECTOR into float values, use XMConvertVectorUIntToFloat or XMConvertVectorIntToFloat.
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.Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxmath.h |