Function XMVectorSetIntZ

Source
pub fn XMVectorSetIntZ(V: XMVECTOR, z: u32) -> XMVECTOR
Expand description

Set the value of the z component of an XMVECTOR Data Type.

§Parameters

V A valid 4D vector storing integer data.

z An integer value to be assigned to z of V.

§Return value

§Reference

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