Replicates the x component of a vector to all of the components.
XMVECTOR XMVectorSplatX(
XMVECTOR V
)
V
Type: XMVECTOR
Vector from which to select the x component.
Type: XMVECTOR
Returns a vector, all of whose components are equal to the x component of V.
Header: Declared in directxmath.h.