scheduleFrame

Schedule next frame to render in the frame loop.

Multiple calls of scheduleFrame before beginning of the frame will cause only one onFrame.

Multiple calls of scheduleFrame after beginning of the frame but before its ending will schedule next single onFrame after the current one.