pub fn OVR_UNQUALIFIED_SUCCESS(r: ovrResult) -> bool
Expand description

Indicates if an ovrResult indicates an unqualified success.

This is useful for indicating that the code intentionally wants to check for result == ovrSuccess as opposed to OVR_SUCCESS(), which checks for result >= ovrSuccess.