Function gvr_sys::gvr_get_current_properties [] [src]

pub unsafe extern "C" fn gvr_get_current_properties(
    gvr: *mut gvr_context
) -> *const gvr_properties

Gets a read-only handle to the current global set of GVR-related properties.

@param gvr_context The current context. @return gvr_properties An opaque handle to the current, global properties instance. Note that this handle is valid only as long as the provided context is valid, and must not be used after the context is destroyed.