-
Couldn't load subscription status.
- Fork 1.3k
IVRCompositor::GetFrameTiming
aleiby edited this page Jul 1, 2016
·
3 revisions
Returns true if timing data is filled it. Sets oldest timing info if nFramesAgo is larger than the stored history.
Be sure to set timing.size = sizeof(Compositor_FrameTiming) on struct passed in before calling this function.
History buffer currently stores last 128 frames of data.
virtual bool GetFrameTiming( Compositor_FrameTiming *pTiming, uint32_t unFramesAgo = 0 ) = 0;