XMVectorSetIntWPtr 函式 (directxmath.h)
w
設定包含整數資料的XMVECTOR元件,其中包含指標所參考uint32_t實例中的值。
語法
XMVECTOR XM_CALLCONV XMVectorSetIntWPtr(
FXMVECTOR V,
[in] const uint32_t *w
) noexcept;
參數
V
儲存整數資料的有效 4D 向量。
[in] w
uint32_t指標,其中包含要儲存在 w
XMVECTOR 資料類型 物件 V
之 元素中的值。
傳回值
XMVECTOR 資料類型的實例,其w元件已設定為 的引數w所指向的 XMVectorSetIntWPtr
整數值。 傳回 之 XMVECTOR 資料類型 實例的所有其他元件,其值與輸入向量 V的值相同。
備註
平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。需求
目標平台 | Windows |
標頭 | directxmath.h (包含 DirectXMath.h) |