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.
XMVECTOR XMVectorEqualIntR(
uint32_t *pCR,
XMVECTOR V,
XMVECTOR V2
)
pCR
Type: uint32_t *
[out]
Pointer to a uint32_t comparison value that can be examined using functions such as XMComparisonAllTrue. The XMComparisonXXXX functions may be used to further test the number of components that passed the comparison.
V
Type: XMVECTOR
[in] First vector to compare.
V2
Type: XMVECTOR
[in]
Second vector to compare.
Type: XMVECTOR
Returns a vector containing the results of each component test.
Header: Declared in directxmath.h.