XMVectorSetIntZPtr 函式 (directxmath.h)
z
設定包含整數資料的XMVECTOR元件,其中的值包含在指標所參考uint32_t實例中。
語法
XMVECTOR XM_CALLCONV XMVectorSetIntZPtr(
FXMVECTOR V,
[in] const uint32_t *z
) noexcept;
參數
V
儲存整數資料的有效 4D 向量。
[in] z
uint32_t指標,其中包含要儲存在XMVECTOR 資料類型物件 V
之 元素中的 z
值。
傳回值
XMVECTOR 資料類型的實例,其z元件已設定為 引數z所指向的 XMVectorSetIntZPtr
整數值。 傳回 之 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) |