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