Replicates an integer value referenced by a pointer, into all four components of a vector.
XMVECTOR XMVectorReplicateIntPtr(
const uint32_t *pValue
)
pValue
Type: uint32_t *
[in] Value to replicate.
Type: XMVECTOR
Returns a vector, all of whose components are equal to Value.
Header: Declared in directxmath.h.