Share via


XMVectorReplicatePtr 함수(directxmath.h)

포인터에서 참조하는 부동 소수점 값을 벡터의 네 구성 요소 모두에 복제합니다.

구문

XMVECTOR XM_CALLCONV XMVectorReplicatePtr(
  [in] const float *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

XMVectorReplicateIntPtr