XMVectorSetIntX

Set the value of the x component of an XMVECTOR Data Type.

Syntax

XMVECTOR XMVectorSetIntX(
         XMVECTOR V,
         uint32_t x
)  

Parameters

V
Type: XMVECTOR 

A valid 4D vector storing integer data.

x
Type: uint32_t 

An integer value to be assigned to x of V.

Return value

Type: XMVECTOR 

None.

Requirements

Header: Declared in directxmath.h.