Function XMVector3GreaterOrEqualR

Source
pub fn XMVector3GreaterOrEqualR(V1: FXMVECTOR, V2: FXMVECTOR) -> u32
Expand description

Tests whether one 3D vector is greater-than-or-equal-to another 3D vector and returns a comparison value that can be examined using functions such as XMComparisonAllTrue.

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