[][src]Function directx_math::XMVectorGreaterOrEqualR

pub fn XMVectorGreaterOrEqualR(
    pCR: &mut u32,
    V1: FXMVECTOR,
    V2: FXMVECTOR
) -> XMVECTOR

Performs a per-component test for greater-than-or-equal between two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue.

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