Function directx_math::XMVectorEqualIntR[][src]

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

Performs a per-component test for equality of two vectors, treating each component as an unsigned integer. In addition, this function 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-XMVectorEqualIntR