Function XMVectorGetIntW

Source
pub fn XMVectorGetIntW(V: XMVECTOR) -> u32
Expand description

Retrieve the w component of an XMVECTOR Data Type.

§Parameters

V A valid 4D vector storing integer data.

§Return value

The value in the w component of the 4D vector storing integer data V.

§Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorGetIntW