Retrieves the y 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 XMVectorGetIntYPtr(
uint32_t *y,
XMVECTOR V
)
y
Type: uint32_t *
[out]
Pointer to a uint32_t that will receive the value of the y element of the XMVECTOR Data Type object V.
V
Type: XMVECTOR
[in]
A valid 4D vector storing integer data.
Header: Declared in directxmath.h.