StopWatch.getCurrentFPS

Returns the current framerate per seconds. If frame_ms is not null, the average ms per frame is stored there

struct StopWatch
@nogc nothrow
uint
getCurrentFPS
(
uint* frame_ms = null
)

Meta