CanvasSwapChainPresent Method (Int32) |
Namespace: Microsoft.Graphics.Canvas
Sync interval determines how the swap chain synchronizes with display vertical blank:
0 - cancel any remaining time on the previously presented frame, and discard this frame if a newer frame is queued.
1,2,3,4 - synchronize presentation for at least n vertical blanks.
Values greater than 4 are not supported.
For instance on a 60hz display, specifying a sync interval of 2 limits the swap chain to present at a maximum of 30 fps.