[][src]Function optick::next_frame

pub fn next_frame()

Mark frame update

Example:

fn update() {
    optick::next_frame();
	...
}