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