Set the value of the x component of an XMVECTOR Data Type.
XMVECTOR XMVectorSetIntX(
XMVECTOR V,
uint32_t x
)
V
Type: XMVECTOR
A valid 4D vector storing integer data.
x
Type: uint32_t
An integer value to be assigned to x of V.
Type: XMVECTOR
Header: Declared in directxmath.h.