Replicates an integer value into all four components of a vector.
XMVECTOR XMVectorReplicateInt(
uint32_t Value
)
Value
Type: uint32_t
Value to replicate.
Type: XMVECTOR
Returns a vector, all of whose components are equal to Value.
Header: Declared in directxmath.h.