Function ovr_sys::OVR_UNQUALIFIED_SUCCESS [] [src]

pub fn OVR_UNQUALIFIED_SUCCESS(r: ovrResult) -> bool

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.