Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 839 Bytes

holographicspace_waitfornextframereadywithheadstart_1475386923.md

File metadata and controls

25 lines (17 loc) · 839 Bytes
-api-id -api-type
M:Windows.Graphics.Holographic.HolographicSpace.WaitForNextFrameReadyWithHeadStart(Windows.Foundation.TimeSpan)
winrt method

Windows.Graphics.Holographic.HolographicSpace.WaitForNextFrameReadyWithHeadStart

-description

Blocks the current thread until the right time to begin rendering the next frame, with the specified head start.

-parameters

-param requestedHeadStartDuration

The amount of extra head start time to wake up early.

-remarks

This method will return approximately the head start plus one frame duration before the next frame is expected to be received by the compositor to reproject and scan out.

-see-also

-examples