Function gvr_sys::gvr_is_feature_supported [] [src]

pub unsafe extern "C" fn gvr_is_feature_supported(
    gvr: *const gvr_context,
    feature: i32
) -> bool

Queries whether a particular GVR feature is supported by the underlying platform. This should be called after gvr_initialize_gl().

@param gvr The context to query against. @param feature The gvr_feature type being queried. @return true if feature is supported, false otherwise.