Function ovr_sys::OVR_SUCCESS

source ·
pub fn OVR_SUCCESS(r: ovrResult) -> bool
Expand description

Indicates if an ovrResult indicates success.

Some functions return additional successful values other than ovrSuccess and require usage of this macro to indicate successs.