Function gvr_sys::gvr_frame_submit [] [src]

pub unsafe extern "C" fn gvr_frame_submit(
    frame: *mut *mut gvr_frame,
    list: *const gvr_buffer_viewport_list,
    head_space_from_start_space: gvr_mat4f
)

Submits the frame for distortion and display on the screen. The passed pointer is nulled to prevent reuse.

@param frame The frame to submit. @param list Buffer view configuration to be used for this frame. @param head_space_from_start_space Transform from start space (space with head at the origin at last tracking reset) to head space (space with head at the origin and axes aligned to the view vector).