pub fn XMVectorSetIntY(V: XMVECTOR, y: u32) -> XMVECTORExpand description
Set the value of the y component of an XMVECTOR Data Type.
§Parameters
V A valid 4D vector storing integer data.
y An integer value to be assigned to y of V.
§Return value
§Reference
https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorSetIntY