XMVectorSplatConstantInt 関数 (directxmath.h)
同一の整数コンポーネントを持つベクターを作成します。
構文
XMVECTOR XM_CALLCONV XMVectorSplatConstantInt(
[in] int32_t IntConstant
) noexcept;
パラメーター
[in] IntConstant
返されたベクターの各コンポーネントにレプリケートする値。
IntConstant の値は、-16 <= IntConstant<=15 を満たす必要があります。
メモ このパラメーターは、変数ではなく数値 (即時値) である必要があります。
戻り値
各コンポーネントが IntConstant である XMVECTOR を返します。
解説
プラットフォームの要件
Windows 8 用 Windows SDK を使用した Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
対象プラットフォーム | Windows |
ヘッダー | directxmath.h |