Retrieve the w component of an XMVECTOR Data Type.
uint32_t XMVectorGetIntW(
XMVECTOR V
)
V
Type: XMVECTOR
A valid 4D vector storing integer data.
Type: uint32_t
The value in the w component of the 4D vector storing integer dataV.
Header: Declared in directxmath.h.