次の方法で共有


XMVectorReplicateIntPtr 関数 (directxmath.h)

ポインターによって参照される整数値をベクターの 4 つのコンポーネントすべてにレプリケートします。

構文

XMVECTOR XM_CALLCONV XMVectorReplicateIntPtr(
  [in] const uint32_t *pValue
) noexcept;

パラメーター

[in] pValue

レプリケートする値。

戻り値

すべてのコンポーネントが Value と等しいベクターを返 します

解説

プラットフォームの要件

Windows 8 用 Windows SDK を使用した Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。

要件

   
対象プラットフォーム Windows
ヘッダー directxmath.h (DirectXMath.h を含む)

関連項目

ベクター初期化関数

XMVectorReplicate

XMVectorReplicateInt

XMVectorReplicatePtr