Function EngineSingleton.getFramesDrawn
Returns the total number of frames drawn. If the render loop is disabled with --disable-render-loop
via command line, this returns 0
. See also getIdleFrames
.
long getFramesDrawn() nothrow @nogc;