[][src]Function directx_math::XMVectorSetIntX

pub fn XMVectorSetIntX(V: XMVECTOR, x: u32) -> XMVECTOR

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

Parameters

V A valid 4D vector storing integer data.

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

Return value

Reference

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