DrawSynchronizedFlush
Flushes graphical output. This waits until all processors have arrived and flushed, then does a global flush. This is usually done to change the frame for double buffered graphics.
Synopsis
int DrawSynchronizedFlush(Draw draw)
Collective on Draw
Input Parameters
draw -the drawing context
Keywords
draw, sync, flush
See Also
DrawFlush()
Level:beginner
Location:src/sys/src/draw/interface/dsflush.c
Graphics (Draw) Index
Table of Contents