XMVectorReplicateIntPtr

Replicates an integer value referenced by a pointer, into all four components of a vector.

Syntax

XMVECTOR XMVectorReplicateIntPtr(
         const uint32_t *pValue
)  

Parameters

pValue
Type: uint32_t *

[in] Value to replicate.

Return value

Type: XMVECTOR 

Returns a vector, all of whose components are equal to Value.

Requirements

Header: Declared in directxmath.h.