pub fn XMVector3GreaterOrEqualR(V1: FXMVECTOR, V2: FXMVECTOR) -> u32Expand 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.