FPS
Average frames per second over the past 30 frames.
Only valid between Window.beginand Window.end.
Source
Implementation
pub fn FPS() f32 {
return currentWindow().FPS();
}Average frames per second over the past 30 frames.
Only valid between Window.beginand Window.end.
Source
pub fn FPS() f32 {
return currentWindow().FPS();
}