Function gvr_initialize_gl

Source
pub unsafe extern "C" fn gvr_initialize_gl(gvr: *mut gvr_context)
Expand description

Initializes necessary GL-related objects and uses the current thread and GL context for rendering. Please make sure that a valid GL context is available when this function is called.

@param gvr Pointer to the gvr instance to be initialized.