pub fn XMVectorSetIntX(V: XMVECTOR, x: u32) -> XMVECTORExpand description
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