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