Retrieve the x component of an XMVECTOR Data Type.
uint32_t XMVectorGetIntX(
XMVECTOR V
)
V
Type: XMVECTOR
A valid 4D vector storing integer data.
Type: uint32_t
The value in the x component of the 4D vector storing integer dataV.
Header: Declared in directxmath.h.