GA_softStereoWaitTillFlipped

Waits until the last scheduled flip operation has occurred.

Declaration

void            NAPI GA_softStereoWaitTillFlipped(void);
STEREO_ENTRY void NAPI GA_softStereoWaitTillFlipped(void)

Prototype In

snap/graphics.h

Description

This function polls the status of the last scheduled flip operation, and waits until it has completed. However this function also does the important job of checking the RTC clock to ensure that it continues to run, and will re-start it if it has stopped for some reason. Hence you should call this function when you need to spin until the flip has occurred to catch problems when the RTC clock stops running.

See Also

GA_softStereoScheduleFlip, GA_softStereoGetFlipStatus

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com