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