Retrieves the x component of an XMVECTOR Data Type containing integer data, and stores that component’s value in an instance of uint32_t referred to by a pointer.
void XMVectorGetIntXPtr(
uint32_t *x,
XMVECTOR V
)
x
Type: uint32_t *
[out]
Pointer to a uint32_t that will receive the value of the x element of the XMVECTOR Data Type object V.
V
Type: XMVECTOR
[in]
A valid 4D vector storing integer data.
Header: Declared in directxmath.h.