다음을 통해 공유


XMVectorSplatConstantInt 함수(directxmath.h)

동일한 정수 구성 요소를 사용하여 벡터를 만듭니다.

구문

XMVECTOR XM_CALLCONV XMVectorSplatConstantInt(
  [in] int32_t IntConstant
) noexcept;

매개 변수

[in] IntConstant

반환된 벡터의 각 구성 요소에 복제할 값입니다.

IntConstant 값은 -16 <= IntConstant<=15를 충족해야 합니다.

참고 이 매개 변수는 변수가 아닌 숫자(직접 실행 값)여야 합니다.
 

반환 값

각 구성 요소가 IntConstantXMVECTOR를 반환합니다.

설명

플랫폼 요구 사항

Windows 8용 Windows SDK를 사용하는 Microsoft Visual Studio 2010 또는 Microsoft Visual Studio 2012. Win32 데스크톱 앱, Windows 스토어 앱 및 Windows Phone 8개 앱에서 지원됩니다.

요구 사항

   
대상 플랫폼 Windows
헤더 directxmath.h

추가 정보

벡터 초기화 함수

XMVectorSetBinaryConstant

XMVectorSetInt

XMVectorSplatConstant