Function ARVRServerSingleton.getLastFrameUsec
Returns the duration (in μs) of the last frame. This is computed as the difference between getLastCommitUsec
and getLastProcessUsec
when committing.
long getLastFrameUsec() nothrow @nogc;
Returns the duration (in μs) of the last frame. This is computed as the difference between getLastCommitUsec
and getLastProcessUsec
when committing.
long getLastFrameUsec() nothrow @nogc;