Creates a vector with identical integer components.
XMVECTOR XMVectorSplatConstantInt(
int32_t IntConstant
)
IntConstant
Type: int32_t
Value to replicate to each component of the returned vector.
The value of IntConstant must satisfy: -16 <= IntConstant <=15.
Note
This parameter must be a number (an immediate value) and not a variable.
Type: XMVECTOR
Returns an XMVECTOR, each of whose components is IntConstant.
Header: Declared in directxmath.h.